PNBR#85337 Probleem met onjuiste weergave op Brains rapportage Dagstaat 5 werkdagen
svn path=/Customer/trunk/; revision=66101
This commit is contained in:
@@ -4160,7 +4160,8 @@ CREATE OR REPLACE VIEW pnbr_v_rap_dagstaat
|
||||
tonen
|
||||
)
|
||||
AS
|
||||
SELECT r.res_rsv_ruimte_key,
|
||||
SELECT * FROM
|
||||
(SELECT r.res_rsv_ruimte_key,
|
||||
res_rsv_ruimte_omschrijving,
|
||||
TO_CHAR (r.res_rsv_ruimte_van, 'yyyy-mm-dd')
|
||||
|| 'T'
|
||||
@@ -4206,7 +4207,8 @@ AS
|
||||
(SELECT rrr.res_rsv_ruimte_key
|
||||
FROM res_rsv_ruimte rrr
|
||||
WHERE rrr.res_activiteit_key = 370 -- teamruimtes niet meenemen in dit overzicht
|
||||
AND rrr.res_rsv_ruimte_key = r.res_rsv_ruimte_key);
|
||||
AND rrr.res_rsv_ruimte_key = r.res_rsv_ruimte_key)) d
|
||||
WHERE d.tonen = 'Ja';
|
||||
|
||||
CREATE OR REPLACE VIEW pnbr_v_rap_dagstaat_5wd
|
||||
(
|
||||
@@ -4220,7 +4222,8 @@ CREATE OR REPLACE VIEW pnbr_v_rap_dagstaat_5wd
|
||||
tonen
|
||||
)
|
||||
AS
|
||||
SELECT r.res_rsv_ruimte_key,
|
||||
SELECT * FROM
|
||||
(SELECT r.res_rsv_ruimte_key,
|
||||
res_rsv_ruimte_omschrijving,
|
||||
TO_CHAR (r.res_rsv_ruimte_van, 'yyyy-mm-dd')
|
||||
|| 'T'
|
||||
@@ -4273,7 +4276,8 @@ AS
|
||||
(SELECT rrr.res_rsv_ruimte_key
|
||||
FROM res_rsv_ruimte rrr
|
||||
WHERE rrr.res_activiteit_key = 370 -- teamruimtes niet meenemen in dit overzicht
|
||||
AND rrr.res_rsv_ruimte_key = r.res_rsv_ruimte_key);
|
||||
AND rrr.res_rsv_ruimte_key = r.res_rsv_ruimte_key))D
|
||||
WHERE d.tonen = 'Ja';
|
||||
|
||||
CREATE OR REPLACE VIEW PNBR_V_RAP_DAGSTAAT_TEAMS
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user