Queries: 17
Layouts: 1
17
Latest Valid Data Load Date
|
[Presentation].[Data Load Archive].[Latest Valid Data Load Date]
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
WeekNumber
|
_day_of_week (current_date,1)
|
Group Name
|
[Presentation].[VW_STG_GROUPS].[NAME]
|
|
Group Sorting
|
character_length ([Group Name])
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('01. Attribué') ELSE ('01. Assigned')
|
|
Action Date
|
[Presentation].[Case].[DATE_ASSIGNED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
1
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('02. Envoyé pour vérification') ELSE ('02. Sent for Verification')
|
|
Action Date
|
[Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
2
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('03. Renvoyé de la vérification') ELSE ('03: Returned from Verification')
|
|
Action Date
|
[Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
3
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('04. Fermé') ELSE ('04: Closed')
|
|
Action Date
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
4
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('05. Annulé') ELSE ('05. Cancelled')
|
|
Action Date
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
5
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[VERIFIER]))
|
|
Team Name
|
'Verifiers/Coaches'
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('06. Vérifié') ELSE ('06: Verified')
|
|
Action Date
|
[Presentation].[Case].[VERIFIED_DATE_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
6
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[VERIFIER]))
|
|
Team Name
|
'Verifiers/Coaches'
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('07. Rejeté par le vérificateur') ELSE ('07. Rejected by Verifier')
|
|
Action Date
|
[Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
7
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('08. Mis en attente') ELSE ('08. Sent to Pending')
|
|
Action Date
|
[Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
8
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
[Presentation].[VW_STG_HISTORY Alias].[USER_NAME]
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM_Alias].[Team_Name], 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('09. Réaffecté') ELSE ('09: Reassigned')
|
|
Action Date
|
[Presentation].[VW_STG_HISTORY Alias].[ACTION_TIMESTAMP_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
9
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('10. En attente du calcul') ELSE ('10. Awaiting Calc')
|
|
Action Date
|
[Presentation].[Case].[TIME_IN_ASSIGNED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
10
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('11. En attente de la confirmation') ELSE ('11. Awaiting Confirm')
|
|
Action Date
|
[Presentation].[Case].[TIME_OUT_ASSIGNED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
11
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('12. En attente de la période hors cycle') ELSE ('12. Awaiting Off Cycle')
|
|
Action Date
|
[Presentation].[Case].[TIME_IN_REASSIGNED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
12
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Processing Centre
|
[Presentation].[Case].[PROCESSING_CENTRE]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Date Open
|
[Presentation].[Case].[DATE_OPEN_EST]
|
|
BF Date
|
[Presentation].[Case].[DATE_BF_EST]
|
|
Date Closed
|
[Presentation].[Case].[DATE_CLOSED_EST]
|
|
Date Cancelled
|
[Presentation].[Case].[DATE_CANCELLED_EST]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Classification
|
[Presentation].[Case].[CLASSIFICATION]
|
|
Assiged Agent
|
trim (both ' ',trim (both '·',[Presentation].[Case].[ASSIGNEE_CURR]))
|
|
Team Name
|
replace ([Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] , 'Compensation-Advisor-', 'Team ')
|
|
Action
|
IF ( #sq($runLocale)#='fr') THEN ('13. En attente de fiche de paye') ELSE ('13. Awaiting Pay Sheet')
|
|
Action Date
|
[Presentation].[Case].[TIME_OUT_REASSIGNED_EST]
|
|
End Date
|
CASE ?Date_Option_p? WHEN 0 THEN (#prompt('ParamEndDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date, -_day_of_week (current_date,1)) ) WHEN 2 THEN (_add_days (current_date,-1) ) END
|
|
Begin Date
|
CASE ?Date_Option_p? WHEN 0 THEN ( #prompt('ParamStartDate', 'date', 'current_date')# ) WHEN 1 THEN ( _add_days (current_date,(-(_day_of_week (current_date,1)+6)) ) ) WHEN 2 THEN ( _add_days (current_date,-1) ) END
|
|
Action Code
|
13
|
Case Number
|
[Union1].[Case Number]
|
|
Processing Centre
|
[Union1].[Processing Centre]
|
|
Age
|
[Union1].[Age]
|
|
Date Open
|
[Union1].[Date Open]
|
|
BF Date
|
[Union1].[BF Date]
|
|
Date Closed
|
[Union1].[Date Closed]
|
|
Date Cancelled
|
[Union1].[Date Cancelled]
|
|
Work Type Name
|
[Union1].[Work Type Name]
|
|
Sub Type Name
|
[Union1].[Sub Type Name]
|
|
Business Unit
|
[Union1].[Business Unit]
|
|
Classification
|
[Union1].[Classification]
|
|
Assigned Agent
|
[Union1].[Assiged Agent]
|
|
Team Name
|
[Union1].[Team Name]
|
|
Action
|
[Union1].[Action]
|
|
Action Date
|
[Union1].[Action Date]
|
|
Action Code
|
[Union1].[Action Code]
|
|
Total Count
|
total(count([Case Number]) for report)
|