Queries: 58
Layouts: 1
58
[Current POD].[Measure Category] = [Baseline POD].[Measure Category]
Measure Category Sort
|
[Current POD].[Measure Category Sort]
|
|
Measure Category
|
[Current POD].[Measure Category]
|
|
Measure Category - short label
|
if ( #sq($runLocale)# <>'fr' ) then ( case [Measure Category Sort] when 1 then 'Queue (cases)' when 2 then 'Queue (PRIs)' when 3 then 'Backlog (cases)' when 4 then 'Backlog (PRIs)' when 5 then 'Baseline (cases)' when 6 then 'Baseline (PRIs)' end ) else ( case [Measure Category Sort] when 1 then 'File d’attente (cas)' when 2 then 'File d’attente (CIDP)' when 3 then 'Arriéré (cas)' when 4 then 'Arriéré (CIDP)' when 5 then 'Référence (cas)' when 6 then 'Référence (CIDP)' end )
|
|
Baseline Date
|
[Baseline POD].[VERSION DATE]
|
|
Current Date
|
[Current POD].[VERSION DATE]
|
|
Baseline
|
[Baseline POD].[Measure]
|
Aggregate
total
|
Current
|
[Current POD].[Measure]
|
Aggregate
total
|
Variance
|
[Current] - [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
Change
|
[Variance] / [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
[Current DEPT].[Measure Category] = [Baseline DEPT].[Measure Category] and [Current DEPT].[Business Unit] = [Baseline DEPT].[Business Unit]
Business Unit
|
[Current DEPT].[Business Unit]
|
|
Department Name
|
[Current DEPT].[Department Name]
|
|
Measure Category
|
[Current DEPT].[Measure Category]
|
|
Measure Category Sort
|
[Current DEPT].[Measure Category Sort]
|
|
Measure Category - short label
|
if ( #sq($runLocale)# <>'fr' ) then ( case [Measure Category Sort] when 1 then 'Queue (cases)' when 2 then 'Queue (PRIs)' when 3 then 'Backlog (cases)' when 4 then 'Backlog (PRIs)' when 5 then 'Baseline (cases)' when 6 then 'Baseline (PRIs)' end ) else ( case [Measure Category Sort] when 1 then 'File d’attente (cas)' when 2 then 'File d’attente (CIDP)' when 3 then 'Arriéré (cas)' when 4 then 'Arriéré (CIDP)' when 5 then 'Référence (cas)' when 6 then 'Référence (CIDP)' end )
|
|
Baseline Date
|
[Baseline DEPT].[VERSION DATE]
|
|
Current Date
|
cast( [Current DEPT].[VERSION DATE], date )
|
|
Baseline
|
[Baseline DEPT].[Measure]
|
Aggregate
total
|
Current
|
[Current DEPT].[Measure]
|
Aggregate
total
|
Variance
|
[Current] - [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
Change
|
[Variance] / [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
Period Start Date
|
[Pod and Pay Dates - One Line].[Period Start]
|
|
Pay Period End Date
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Open
|
if (/* open date in the last pay period */ [Presentation].[Case].[DATE_OPEN_EST] >= [Pod and Pay Dates - One Line].[Period Start] and [Presentation].[Case].[DATE_OPEN_EST]<=[Pod and Pay Dates - One Line].[Period End] and /* BF Date isnt populated to avoid double counting in BF calc */ [Presentation].[Case].[DATE_BF_EST] is missing ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Bring Forward
|
if (/* BF date in the last pay period */ [Presentation].[Case].[DATE_BF_EST] >= [Pod and Pay Dates - One Line].[Period Start] and [Presentation].[Case].[DATE_BF_EST]<=[Pod and Pay Dates - One Line].[Period End] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Closed
|
if (/* date closed in the last pay period */ [Presentation].[Case].[DATE_CLOSED_EST] >= [Period Start Date] and [Presentation].[Case].[DATE_CLOSED_EST]<= [Pay Period End Date] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cancelled
|
if (/* date closed in the last pay period */ [Presentation].[Case].[DATE_CANCELLED_EST] >= [Period Start Date] and [Presentation].[Case].[DATE_CANCELLED_EST] <= [Pay Period End Date] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cases Unassigned
|
if ( [Presentation].[State].[NAME] in ('Open', 'Reassigned', 'Invalid') ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cases In Progress
|
if (/* state is not closed */ [Presentation].[State].[NAME] not in ('Open', 'Bring_Forward', 'Cancelled', 'Closed', 'Invalid', 'Reassigned') ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Total Active Workload
|
count([Cases Unassigned]) + count([Cases In Progress])
|
Aggregate
total
label
Active Workload
|
Period Start Date
|
[Pod and Pay Dates - One Line].[Period Start]
|
|
Pay Period End Date
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Open
|
if (/* open date in the last pay period */ [Presentation].[Case].[DATE_OPEN_EST] >= [Pod and Pay Dates - One Line].[Period Start] and [Presentation].[Case].[DATE_OPEN_EST] <= [Pod and Pay Dates - One Line].[Period End] and /* BF Date isnt populated to avoid double counting in BF calc */ [Presentation].[Case].[DATE_BF_EST] is missing ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Bring Forward
|
if (/* BF date in the last pay period */ [Presentation].[Case].[DATE_BF_EST] >= [Pod and Pay Dates - One Line].[Period Start] and [Presentation].[Case].[DATE_BF_EST] <= [Pod and Pay Dates - One Line].[Period End] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Closed
|
if (/* date closed in the last pay period */ [Presentation].[Case].[DATE_CLOSED_EST] >= [Period Start Date] and [Presentation].[Case].[DATE_CLOSED_EST] <= [Pay Period End Date] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cancelled
|
if (/* date closed in the last pay period */ [Presentation].[Case].[DATE_CANCELLED_EST] >= [Period Start Date] and [Presentation].[Case].[DATE_CANCELLED_EST] <= [Pay Period End Date] ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cases Unassigned
|
if ( [Presentation].[State].[NAME] in ('Open', 'Reassigned', 'Invalid') ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Cases In Progress
|
if (/* state is not closed */ [Presentation].[State].[NAME] not in ('Open', 'Bring_Forward', 'Cancelled', 'Closed', 'Invalid', 'Reassigned') ) then ( [Presentation].[Case].[Case Count] ) else ( null )
|
Aggregate
count
Rollup
total
|
Total Active Workload
|
count([Cases Unassigned]) + count([Cases In Progress])
|
Aggregate
total
label
Active Workload
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
Age Sort
|
case when [Presentation].[Case].[CMT_AGE] <=9 then 1 when [Presentation].[Case].[CMT_AGE] between 10 and 20 then 2 when [Presentation].[Case].[CMT_AGE] >20 then 3 else 99 end
|
sort
ascending
|
Age
|
case when [Presentation].[Case].[CMT_AGE] <=9 then ' 0 - 9' when [Presentation].[Case].[CMT_AGE] between 10 and 20 then ' 10 - 20' when [Presentation].[Case].[CMT_AGE] >20 then ' +20' else cast([Presentation].[Case].[CMT_AGE], varchar(4)) end
|
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
|
Age Sort
|
case when [Presentation].[Case].[CMT_AGE] <=9 then 1 when [Presentation].[Case].[CMT_AGE] between 10 and 20 then 2 when [Presentation].[Case].[CMT_AGE] >20 then 3 else 99 end
|
sort
ascending
|
Age
|
case when [Presentation].[Case].[CMT_AGE] <=9 then ' 0 - 9' when [Presentation].[Case].[CMT_AGE] between 10 and 20 then ' 10 - 20' when [Presentation].[Case].[CMT_AGE] >20 then ' +20' else cast([Presentation].[Case].[CMT_AGE], varchar(4)) end
|
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
[Prior POD].[Measure Category] = [Baseline POD].[Measure Category]
Measure Category Sort
|
[Prior POD].[Measure Category Sort]
|
|
Measure Category
|
[Prior POD].[Measure Category]
|
|
Baseline Date
|
[Baseline POD].[VERSION DATE]
|
|
Prior Date
|
[Prior POD].[VERSION DATE]
|
|
Baseline
|
[Baseline POD].[Measure]
|
Aggregate
total
|
Prior
|
[Prior POD].[Measure]
|
Aggregate
total
|
Variance
|
[Prior] - [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
Change
|
[Variance] / [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
[Prior DEPT].[Business Unit] = [Baseline DEPT].[Business Unit] and [Prior DEPT].[Measure Category] = [Baseline DEPT].[Measure Category]
Business Unit
|
[Prior DEPT].[Business Unit]
|
|
Department Name
|
[Prior DEPT].[Department Name]
|
|
Measure Category
|
[Prior DEPT].[Measure Category]
|
|
Measure Category Sort
|
[Prior DEPT].[Measure Category Sort]
|
|
Baseline Date
|
[Baseline DEPT].[VERSION DATE]
|
|
Prior Date
|
[Prior DEPT].[VERSION DATE]
|
|
Prior
|
[Prior DEPT].[Measure]
|
Aggregate
total
|
Baseline
|
[Baseline DEPT].[Measure]
|
Aggregate
total
|
Variance
|
[Prior] - [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
Change
|
[Variance] / [Baseline]
|
Aggregate
calculated
Rollup
calculated
|
VERSION DATE
|
[Union1].[VERSION DATE]
|
|
Measure
|
[Union1].[Measure]
|
Aggregate
total
|
Measure Category
|
[Union1].[Measure Category]
|
|
Measure Category Sort
|
[Union1].[Measure Category Sort]
|
Business Unit
|
[Union6].[Business Unit]
|
|
Department Name
|
[Union6].[Department Name]
|
|
VERSION DATE
|
[Union6].[VERSION DATE]
|
|
Measure
|
[Union6].[Measure]
|
Aggregate
total
|
Measure Category
|
[Union6].[Measure Category]
|
|
Measure Category Sort
|
[Union6].[Measure Category Sort]
|
VERSION DATE
|
[Union3].[VERSION DATE]
|
|
Measure
|
[Union3].[Measure]
|
Aggregate
total
|
Measure Category
|
[Union3].[Measure Category]
|
|
Measure Category Sort
|
[Union3].[Measure Category Sort]
|
Business Unit
|
[Union5].[Business Unit]
|
|
Department Name
|
[Union5].[Department Name]
|
|
VERSION DATE
|
[Union5].[VERSION DATE]
|
|
Measure
|
[Union5].[Measure]
|
Aggregate
total
|
Measure Category
|
[Union5].[Measure Category]
|
|
Measure Category Sort
|
[Union5].[Measure Category Sort]
|
VERSION DATE
|
[Union2].[VERSION DATE]
|
|
Measure
|
[Union2].[Measure]
|
Aggregate
total
|
Measure Category
|
[Union2].[Measure Category]
|
Business Unit
|
[Union4].[Business Unit]
|
|
Department Name
|
[Union4].[Department Name]
|
|
VERSION DATE
|
[Union4].[VERSION DATE]
|
|
Measure
|
[Union4].[Measure]
|
|
Measure Category
|
[Union4].[Measure Category]
|
POD_NO
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NO]
|
|
POD_NAME_EN
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NAME_EN]
|
|
POD_NAME_FR
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NAME_FR]
|
|
POD_START_DT
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_START_DT]
|
|
Period Start
|
[Pay Period Dates].[Pay Period Start Date]
|
|
Period End
|
[Pay Period Dates].[Pay Period End Date]
|
|
Prior End
|
cast(_add_days([Pay Period Dates].[Pay Period End Date], -14), date)
|
POD_NO
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NO]
|
|
DEPT_CODE
|
[Presentation].[VW_CMT_POD_LOOKUP].[DEPT_CODE]
|
Pay Period Start Date
|
cast([Presentation].[VW_STG_PAY_PERIOD_CALENDAR].[PAY_PERIOD_START_DATE], date)
|
Aggregate
maximum
|
Pay Period End Date
|
cast(_add_hours ( [Presentation].[VW_STG_PAY_PERIOD_CALENDAR].[PAY_PERIOD_END_DATE], -5 ), date)
|
Aggregate
maximum
sort
descending
|
VERSION DATE
|
cast( [Pod and Pay Dates - One Line].[Period End], date)
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (affected PRIs)' ) else ( 'File d’attente (CIDP touchés)' )
|
|
Measure Category Sort
|
2
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (affected PRIs)' ) else ( 'Arriéré (CIDP touchés)' )
|
|
Measure Category Sort
|
4
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (affected PRIs)' ) else ( 'Référence (CIDP touchés)' )
|
|
Measure Category Sort
|
6
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (affected PRIs)' ) else ( 'File d’attente (CIDP touchés)' )
|
|
Measure Category Sort
|
2
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (affected PRIs)' ) else ( 'Arriéré (CIDP touchés)' )
|
|
Measure Category Sort
|
4
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (affected PRIs)' ) else ( 'Référence (CIDP touchés)' )
|
|
Measure Category Sort
|
6
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (affected PRIs)' ) else ( 'File d’attente (CIDP touchés)' )
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (affected PRIs)' ) else ( 'Arriéré (CIDP touchés)' )
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (affected PRIs)' ) else ( 'Référence (CIDP touchés)' )
|
VERSION DATE
|
cast( [Pod and Pay Dates - One Line].[Period End], date)
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (# cases)' ) else ( 'File d’attente (nombre de cas)' )
|
|
Measure Category Sort
|
1
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (# cases)' ) else ( 'Arriéré (nombre de cas)' )
|
|
Measure Category Sort
|
3
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (# cases)' ) else ( 'Référence (nombre de cas)' )
|
|
Measure Category Sort
|
5
|
VERSION DATE
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_CASE_CNT]
|
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (# cases)' ) else ( 'File d’attente (nombre de cas)' )
|
VERSION DATE
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_CASE_CNT]
|
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (# cases)' ) else ('Arriéré (nombre de cas)')
|
VERSION DATE
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_POD_CASE_CNT]
|
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (# cases)' ) else ('Référence (nombre de cas)')
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Queue (# cases)' ) else ( 'File d’attente (nombre de cas)' )
|
|
Measure Category Sort
|
1
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Backlog (# cases)' ) else ( 'Arriéré (nombre de cas)' )
|
|
Measure Category Sort
|
3
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( 'Pod Baseline (# cases)' ) else ( 'Référence (nombre de cas)' )
|
|
Measure Category Sort
|
5
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Queue (affected PRIs)' ) else ( [Business Unit]+' - file d’attente (CIDP touchés)' )
|
|
Measure Category Sort
|
2
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Backlog (affected PRIs)' ) else ( [Business Unit]+' - arriéré (CIDP touchés)' )
|
|
Measure Category Sort
|
4
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Baseline (affected PRIs)' ) else ( [Business Unit]+' - référence (CIDP touchés)' )
|
|
Measure Category Sort
|
6
|
Business Unit
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
Department Name
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Queue (affected PRIs)' ) else ( [Business Unit]+' - file d’attente (CIDP touchés)' )
|
|
Measure Category Sort
|
2
|
Business Unit
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
Department Name
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Backlog (affected PRIs)' ) else ( [Business Unit]+' - arriéré (CIDP touchés)' )
|
|
Measure Category Sort
|
4
|
Business Unit
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
Department Name
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[PRI]
|
Aggregate
countDistinct
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Baseline (affected PRIs)' ) else ( [Business Unit]+' - référence (CIDP touchés)' )
|
|
Measure Category Sort
|
6
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Queue (affected PRIs)' ) else ( [Business Unit]+' - file d’attente (CIDP touchés)' )
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Backlog (affected PRIs)' ) else ( [Business Unit]+' - arriéré (CIDP touchés)' )
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_PRI_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Baseline (affected PRIs)' ) else ( [Business Unit]+' - référence (CIDP touchés)' )
|
DEPARTMENT CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Queue (# cases)' ) else ( [DEPARTMENT CODE]+' - file d’attente (nombre de cas)' )
|
|
Measure Category Sort
|
1
|
DEPARTMENT CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Backlog (# cases)' ) else ( [DEPARTMENT CODE]+' - arriéré (nombre de cas)' )
|
|
Measure Category Sort
|
3
|
DEPARTMENT CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[Period End]
|
|
Measure
|
[Presentation].[Case].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Baseline (# cases)' ) else ( [DEPARTMENT CODE]+' - référence (nombre de cas)' )
|
|
Measure Category Sort
|
5
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_POD_LOOKUP].[DEPT_CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_CASE_CNT]
|
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Queue (# cases)' ) else ( [DEPARTMENT CODE]+' - file d’attente (nombre de cas)' )
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_POD_LOOKUP].[DEPT_CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_CASE_CNT]
|
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Backlog (# cases)' ) else ( [DEPARTMENT CODE]+' - arriéré (nombre de cas)' )
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_POD_LOOKUP].[DEPT_CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
VERSION DATE
|
[Pod and Pay Dates - One Line].[POD_START_DT]
|
|
Measure
|
[Presentation].[VW_CMT_POD_LOOKUP].[BASELINE_DEPT_CASE_CNT]
|
Rollup
summarize
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [Business Unit]+' Baseline (# cases)' ) else ([Business Unit]+' - référence (nombre de cas)')
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Queue (# cases)' ) else ( [DEPARTMENT CODE]+' - file d’attente (nombre de cas)' )
|
|
Measure Category Sort
|
1
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Backlog (# cases)' ) else ( [DEPARTMENT CODE]+' - arriéré (nombre de cas)' )
|
|
Measure Category Sort
|
3
|
DEPARTMENT CODE
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[NAME_1]
|
|
VERSION DATE
|
_add_days([Pod and Pay Dates - One Line].[Period Start], -1)
|
|
Measure
|
[Presentation].[VW_CMT_LAST_PAY_PERIOD_TICKET].[ID]
|
Aggregate
count
Rollup
total
|
Measure Category
|
if ( #sq($runLocale)# <>'fr' ) then ( [DEPARTMENT CODE]+' Baseline (# cases)' ) else ( [DEPARTMENT CODE]+' - référence (nombre de cas)' )
|
|
Measure Category Sort
|
5
|
DEPT_CODE
|
[Presentation].[VW_CMT_POD_LOOKUP].[DEPT_CODE]
|
Aggregate
count
|
POD_NO
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NO]
|
|
POD_NO1
|
[Presentation].[VW_CMT_POD_LOOKUP].[POD_NO]
|
sort
ascending
|
DEPARTMENT_CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
DEPARTMENT NAME
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|