Queries: 6
Layouts: 1
6
Group Sort Index
|
2
|
|
TRANSACTION_TYPE
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Month
|
cast(year( [Presentation].[Case].[DATE_RECEIVED] ),varchar(4)) + '-'+ right('00'+cast(month( [Presentation].[Case].[DATE_RECEIVED] ),varchar(2)),2)
|
|
Department
|
'All/Tous'
|
|
CODE
|
'All/Tous'
|
|
On Time Count
|
if (cast([Presentation].[Case].[DATE_RECEIVED], date)<=cast([Presentation].[Case].[DATE_EFFECTIVE_FROM], date)) then (1) else (0)
|
Aggregate
total
Rollup
total
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
Rollup
total
|
Total Days of Delay
|
_days_between([Presentation].[Case].[DATE_RECEIVED],[Presentation].[Case].[DATE_EFFECTIVE_FROM])
|
Aggregate
total
Rollup
average
|
Group Sort Index
|
1
|
|
TRANSACTION_TYPE
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Month
|
cast(year( [Presentation].[Case].[DATE_RECEIVED] ),varchar(4)) + '-'+ right('00'+cast(month( [Presentation].[Case].[DATE_RECEIVED] ),varchar(2)),2)
|
|
Department
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
On Time Count
|
if (cast([Presentation].[Case].[DATE_RECEIVED], date)<=cast([Presentation].[Case].[DATE_EFFECTIVE_FROM], date)) then (1) else (0)
|
Aggregate
total
Rollup
total
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
Rollup
total
|
Total Days of Delay
|
_days_between([Presentation].[Case].[DATE_RECEIVED],[Presentation].[Case].[DATE_EFFECTIVE_FROM])
|
Aggregate
total
Rollup
average
|
Group Sort Index
|
[Union2].[Group Sort Index]
|
|
TRANSACTION_TYPE
|
[Union2].[TRANSACTION_TYPE]
|
|
Month
|
[Union2].[Month]
|
|
Group
|
[Union2].[CODE]
|
|
Department
|
[Union2].[Department]
|
|
On Time Count
|
[Union2].[On Time Count]
|
Aggregate
total
|
Case Count
|
[Union2].[Case Count]
|
Aggregate
total
|
Total Days of Delay
|
[Union2].[Total Days of Delay]
|
Aggregate
total
|
Days Delay per Case
|
total( [Union2].[Total Days of Delay] ) / total( [Union2].[Case Count] )
|
Aggregate
calculated
Rollup
calculated
|
Percent of Base
|
total( [Union2].[On Time Count] ) / total( [Union2].[Case Count] )
|
Aggregate
calculated
Rollup
calculated
|
Transaction Type
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
CREATED_BY
|
[Presentation].[Case].[CREATED_BY]
|
DEPARTMENT
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
DEPT_NAME
|
[DEPARTMENT] +' - '+ [Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
sort
ascending
|