Queries: 3
Layouts: 1
3
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 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] )
|
|
Assigned To
|
[Presentation].[Case].[ASSIGNEE_CURR]
|
|
Case Number
|
[Presentation].[Case].[ID]
|
|
PRI
|
[Presentation].[Case].[PRI]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
State Name
|
[Presentation].[State].[NAME]
|
|
Date Closed or Date Cancelled
|
[Presentation].[Case].[Date Closed or Date Cancelled EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Backlog Case
|
Case when [Processing Centre] like '%ORIG-SAT%' or [Processing Centre] like '%SATELLITE%' then 'Backlog' when (([Processing Centre] not like '%ORIG-SAT%' and [Processing Centre] not like '%SATELLITE%') or ([Processing Centre] is null)) then 'Non-backlog' End
|
Rollup
total
|
Transaction Type
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Awaiting Calc
|
[Presentation].[Case].[AWAITING_CALC]
|
|
Awaiting Confirm
|
[Presentation].[Case].[AWAITING_CONFIRM]
|
|
Pending Reason
|
[Presentation].[Case].[PENDING_REASON]
|
|
Auto Process Indicator
|
[Presentation].[Case].[Auto Process Indicator]
|
|
Date Modified
|
[Presentation].[Case].[DATE_MODIFIED_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] )
|