Queries: 4
Layouts: 1
4
Department
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
CODE
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Created By Category
|
[Presentation].[Case].[Created by Category]
|
|
TRANSACTION_TYPE
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Month
|
cast(year( [Presentation].[Case].[DATE_RECEIVED_EST]) ,varchar(4)) + '-'+ right('00'+cast(month([Presentation].[Case].[DATE_RECEIVED_EST]),varchar(2)),2)
|
|
Sub Type Code
|
[Presentation].[Sub Type].[SUB_TYPE_CODE]
|
|
Date Received
|
cast([Presentation].[Case].[DATE_RECEIVED_EST], date)
|
|
Date Open
|
cast([Presentation].[Case].[DATE_OPEN_EST], date)
|
|
Case Number
|
[Presentation].[Case].[ID]
|
|
Date Effective From
|
cast([Presentation].[Case].[DATE_EFFECTIVE_FROM_EST], date)
|
|
On Time
|
if ( [Date Received] <= [Date Effective From]) then (1) else (0)
|
Aggregate
total
Rollup
total
|
Case Count
|
if ( [Date Received] <= [Date Effective From] ) then ( 1 ) else ( 0 )
|
Aggregate
count
Rollup
total
|
Days of Delay
|
_days_between( [Presentation].[Case].[DATE_RECEIVED_EST], [Presentation].[Case].[DATE_EFFECTIVE_FROM_EST] )
|
Aggregate
total
Rollup
average
|
Summary(Case Count)
|
[Case Count]
|
Aggregate
calculated
Rollup
automatic
|
Summary(Days of Delay)
|
[Days of Delay]
|
Aggregate
calculated
Rollup
automatic
|
Summary(On Time Flag)1
|
[On Time]
|
Aggregate
calculated
Rollup
automatic
|
Days per Case
|
[Summary(Days of Delay)] / [Summary(Case Count)]
|
|
On Time %
|
[Summary(On Time Flag)1] / [Summary(Case Count)]
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
sort
ascending
|
TRANSACTION_TYPE
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
Created by Category
|
[Presentation].[Case].[Created by Category]
|