Report Name: Weekly Pay Centre Production Extract Report
Overview
  • Queries: 17

    Layouts: 1

  • Model: /PCR/PCR Deployment/PCR Packages/packagePCR-RCP/ name: model
Queries
  • Queries 17
    Expressions:
  • Model: /PCR/PCR Deployment/PCR Packages/packagePCR-RCP/ name: model
  • Query
    Load Last Date Query
    Data Items
    1
    Latest Valid Data Load Date
    [Presentation].[Data Load Archive].[Latest Valid Data Load Date]
  • Query
    Reporting Date Range
    Data Items
    3
    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)
  • Query
    Security Group Prompt query
    Data Items
    2
    Group Name
    [Presentation].[VW_STG_GROUPS].[NAME]
    Group Sorting
    character_length ([Group Name])
    • Detail Filters
      2
    • Required
      [Group Name] is not null
    • Required
      [Presentation].[Compensation Advisor]
  • Query
    Assigned q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[DATE_ASSIGNED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Send For Verification q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      ([Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST] between [Begin Date] and [End Date])

      and
      ([Presentation].[VW_STG_HISTORY].[NEW_STATE] = 'Ready_To_Verify')
      and
      ([Presentation].[VW_STG_HISTORY].[OLD_STATE] = 'Assigned')
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Returned from Verification q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      ([Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST] between [Begin Date] and [End Date])
      and
      ([Presentation].[VW_STG_HISTORY].[NEW_STATE] = 'Reassigned')
      and
      ([Presentation].[VW_STG_HISTORY].[OLD_STATE] = 'Ready_To_Verify')
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Closed q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[DATE_CLOSED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Cancelled q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[DATE_CANCELLED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Verified q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[VERIFIED_DATE_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Rejected by Verifier q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      ([Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST] between [Begin Date] and [End Date])
      and
      ([Presentation].[VW_STG_HISTORY].[NEW_STATE] = 'Reassigned')
      and
      ([Presentation].[VW_STG_HISTORY].[OLD_STATE] = 'Ready_To_Verify')
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Sent to Pending q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      ([Presentation].[VW_STG_HISTORY].[ACTION_TIMESTAMP_EST] between [Begin Date] and [End Date])
      and
      ([Presentation].[VW_STG_HISTORY].[NEW_STATE] = 'Pending')
      and
      ([Presentation].[VW_STG_HISTORY].[OLD_STATE] ='Assigned' )
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Reassigned q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      ([Presentation].[VW_STG_HISTORY Alias].[ACTION_TIMESTAMP_EST] between [Begin Date] and [End Date])
      and
      ([Presentation].[VW_STG_HISTORY Alias].[NEW_STATE]= 'Reassigned')
      and
      ([Presentation].[VW_STG_HISTORY Alias].[OLD_STATE] ='Assigned' )
      and
      ([Presentation].[State].[NAME] = 'Reassigned')
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM_Alias].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Awaiting Calc q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[TIME_IN_ASSIGNED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Awaiting Confirm q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[TIME_OUT_ASSIGNED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Awaiting Off Cycle q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[TIME_IN_REASSIGNED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Awaiting Pay Sheet q
    Data Items
    18
    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
    • Detail Filters
      3
    • Required
      [Presentation].[Case].[TIME_OUT_REASSIGNED_EST] between [Begin Date] and [End Date]
    • Optional
      [Presentation].[VW_STG_CURRENT_TEAM].[Team_Name] in (?Security Group_p?)
    • Optional
      [Action Code] in (?Action Query Type Prompt?)
  • Query
    Main Query
    Join
    Query Reference
    Assigned q
    Query Reference
    Send For Verification q
    Query Reference
    Returned from Verification q
    Query Reference
    Closed q
    Query Reference
    Cancelled q
    Query Reference
    Verified q
    Query Reference
    Rejected by Verifier q
    Query Reference
    Sent to Pending q
    Query Reference
    Reassigned q
    Query Reference
    Awaiting Calc q
    Query Reference
    Awaiting Confirm q
    Query Reference
    Awaiting Off Cycle q
    Query Reference
    Awaiting Pay Sheet q
    • Projected Data Items
    • Case Number
    • Processing Centre
    • Age
    • Date Open
    • BF Date
    • Date Closed
    • Date Cancelled
    • Work Type Name
    • Sub Type Name
    • Business Unit
    • Classification
    • Assiged Agent
    • Team Name
    • Action
    • Action Date
    • End Date
    • Begin Date
    • Action Code
    Data Items
    17
    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)
Layouts