Queries: 5
Layouts: 1
5
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Location
|
if ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] )
|
|
Total Backlog Cases
|
total (Case when [Processing Centre] like '%ORIG-SAT%' or [Processing Centre] like '%SATELLITE%' then 1 else 0 end for [Processing Location])
|
Rollup
total
|
Total Non-Backlog Cases
|
total (Case when ([Processing Centre] not like '%ORIG-SAT%' and [Processing Centre] not like '%SATELLITE%' or [Processing Centre] is null) then 1 else 0 end for [Processing Location])
|
Rollup
total
|
Total All Backlog
|
[Total Backlog Cases] + [Total Non-Backlog Cases]
|
Aggregate
total
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Date Closed or Date Cancelled
|
[Presentation].[Case].[Date Closed or Date Cancelled EST]
|
|
Current Date-1
|
_add_days(current_date, -1)
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Location
|
if ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] )
|
|
Team
|
If ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] )
|
|
Total Backlog Cases
|
total (Case when [Processing Centre] like '%ORIG-SAT%' or [Processing Centre] like '%SATELLITE%' then 1 else 0 end for [Processing Location], [Team])
|
Rollup
total
|
Total Non-Backlog Cases
|
total (Case when ([Processing Centre] not like '%ORIG-SAT%' and [Processing Centre] not like '%SATELLITE%' or [Processing Centre] is null) then 1 else 0 end for [Processing Location], [Team])
|
Rollup
total
|
Total All Backlog
|
[Total Backlog Cases] + [Total Non-Backlog Cases]
|
Aggregate
total
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Date Closed or Date Cancelled
|
[Presentation].[Case].[Date Closed or Date Cancelled EST]
|
|
Current Date-1
|
_add_days(current_date, -1)
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Location
|
if ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] )
|
|
Team
|
If ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] )
|
|
Assignee
|
[Presentation].[VW_STG_USERS].[FULLNAME]
|
|
Total Backlog Cases
|
total (Case when [Processing Centre] like '%ORIG-SAT%' or [Processing Centre] like '%SATELLITE%' then 1 else 0 end for [Processing Location], [Team], [Assignee])
|
Rollup
total
|
Total Non-Backlog Cases
|
total (Case when ([Processing Centre] not like '%ORIG-SAT%' and [Processing Centre] not like '%SATELLITE%' or [Processing Centre] is null) then 1 else 0 end for [Processing Location], [Team], [Assignee])
|
Rollup
total
|
Total All Backlog
|
[Total Backlog Cases] + [Total Non-Backlog Cases]
|
Aggregate
total
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Date Closed or Date Cancelled
|
[Presentation].[Case].[Date Closed or Date Cancelled EST]
|
|
Current Date-1
|
_add_days(current_date, -1)
|
Latest Valid Data Load Date
|
[Presentation].[Data Load Archive].[Latest Valid Data Load Date]
|
Pay Processing Centre
|
if ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[PAY_PROCESSING_CENTRE] )
|
|
Team Name
|
If ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] is null ) then (if (#sq($runLocale)# = 'fr') then ('inconnu') else ('unknown')) else ( [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] )
|