Queries: 5
Layouts: 1
5
Pod Number
|
[Presentation].[Pod Lookup].[POD_NO]
|
|
Department Code
|
[Presentation].[Pod Lookup].[DEPT_CODE]
|
|
POD Start Date
|
[Presentation].[Pod Lookup].[POD_START_DT]
|
Transaction Type
|
right( '00'+cast([Presentation].[Sub_Type].[TRANSACTION_TYPE_CODE], varchar(2)),2)+': '+[Presentation].[Sub_Type].[TRANSACTION_TYPE_NAME]
|
|
SUB TYPE CODE
|
[Presentation].[Sub_Type].[SUB_TYPE_NAME] +' ( ' + [Presentation].[Sub_Type].[SUB_TYPE_CODE] +' )'
|
|
POD Start Date
|
[Presentation].[Daily_Snapshot].[VER_DATE]
|
|
Baseline Queue
|
[Presentation].[Daily_Snapshot].[COUNT_SUB_TYPE_TOTAL]- [Presentation].[Daily_Snapshot].[COUNT_CANCELLED]- [Presentation].[Daily_Snapshot].[COUNT_INVALID] - [Presentation].[Daily_Snapshot].[COUNT_BRING_FORWARD] - [Presentation].[Daily_Snapshot].[COUNT_CLOSED]
|
Aggregate
total
|
Baseline Intake
|
[Presentation].[Daily_Snapshot].[COUNT_SUB_TYPE_TOTAL] - [Presentation].[Daily_Snapshot].[COUNT_BRING_FORWARD] - [Presentation].[Daily_Snapshot].[COUNT_INVALID]
|
Aggregate
total
|
Baseline Output
|
[Presentation].[Daily_Snapshot].[COUNT_CANCELLED] + [Presentation].[Daily_Snapshot].[COUNT_CLOSED]
|
Aggregate
total
|
Transaction Type
|
right( '00'+cast([Presentation].[Sub_Type].[TRANSACTION_TYPE_CODE], varchar(2)),2)+': '+[Presentation].[Sub_Type].[TRANSACTION_TYPE_NAME]
|
|
SUB TYPE CODE
|
[Presentation].[Sub_Type].[SUB_TYPE_NAME]+' ( '+[Presentation].[Sub_Type].[SUB_TYPE_CODE] +' )'
|
|
Comparison Date
|
[Presentation].[Daily_Snapshot].[VER_DATE]
|
|
Comparison Queue
|
[Presentation].[Daily_Snapshot].[COUNT_SUB_TYPE_TOTAL]- [Presentation].[Daily_Snapshot].[COUNT_CANCELLED]- [Presentation].[Daily_Snapshot].[COUNT_INVALID] - [Presentation].[Daily_Snapshot].[COUNT_BRING_FORWARD] - [Presentation].[Daily_Snapshot].[COUNT_CLOSED]
|
Aggregate
total
|
Comparison Intake
|
[Presentation].[Daily_Snapshot].[COUNT_SUB_TYPE_TOTAL] - [Presentation].[Daily_Snapshot].[COUNT_BRING_FORWARD] - [Presentation].[Daily_Snapshot].[COUNT_INVALID]
|
Aggregate
total
|
Comparison Output
|
[Presentation].[Daily_Snapshot].[COUNT_CANCELLED] + [Presentation].[Daily_Snapshot].[COUNT_CLOSED]
|
Aggregate
total
|
[Comp Date Query].[Transaction Type] = [Baseline Query].[Transaction Type] and [Comp Date Query].[SUB TYPE CODE] = [Baseline Query].[SUB TYPE CODE]
Transaction Type
|
coalesce( [Comp Date Query].[Transaction Type] ,[Baseline Query].[Transaction Type] )
|
|
SUB TYPE CODE
|
coalesce( [Comp Date Query].[SUB TYPE CODE], [Baseline Query].[SUB TYPE CODE] )
|
|
POD Start Date
|
[Baseline Query].[POD Start Date]
|
|
Comparison Date
|
[Comp Date Query].[Comparison Date]
|
|
Baseline
|
coalesce([Baseline Query].[Baseline Queue], 0)
|
Aggregate
total
Rollup
total
|
Intake
|
coalesce( [Comp Date Query].[Comparison Intake], 0 ) - coalesce( [Baseline Query].[Baseline Intake], 0 )
|
Aggregate
total
Rollup
total
label
Intake Snapshot
|
Output
|
coalesce( [Baseline Query].[Baseline Output], 0 ) - coalesce( [Comp Date Query].[Comparison Output], 0 )
|
Aggregate
total
Rollup
total
label
Output Snapshot
|
Comparison Queue
|
coalesce( [Comp Date Query].[Comparison Queue], 0 )
|
Aggregate
total
Rollup
total
label
Queue on Chosen Date
|
Progress
|
([Comparison Queue] / [Baseline])-1
|
Aggregate
calculated
Rollup
calculated
|
Summary(Transaction Type)
|
aggregate(currentMeasure within detail [Transaction Type])
|
solveOrder
1
label
Summary
|
Summary(SUB TYPE CODE)
|
aggregate(currentMeasure within detail [SUB TYPE CODE])
|
solveOrder
1
|
POD_NO
|
[Presentation].[Pod Lookup].[POD_NO]
|