Queries: 3
Layouts: 1
3
Case ID
|
[Presentation].[Case].[ID]
|
|
PRI
|
[Presentation].[Case].[PRI]
|
|
Department
|
[Presentation].[Case].[DEPARTMENT]
|
|
Name
|
[Presentation].[Case].[NAME]
|
|
Age
|
[Presentation].[Case].[CMT_AGE]
|
|
Transaction Type
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Work Type Code
|
[Presentation].[Work Type].[WORK_TYPE_CODE]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Code
|
[Presentation].[Sub Type].[SUB_TYPE_CODE]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
Priority
|
[Presentation].[Sub Type].[PRIORITY]
|
|
State Name
|
[Presentation].[State].[NAME]
|
|
Date Received
|
[Presentation].[Case].[DATE_RECEIVED]
|
|
Date Effective From
|
[Presentation].[Case].[DATE_EFFECTIVE_FROM]
|
|
Awaiting Calc
|
[Presentation].[Case].[AWAITING_CALC]
|
|
TIME_IN_ASSIGNED_CALC
|
[Presentation].[Case].[TIME_IN_ASSIGNED]
|
|
Awaiting Confirm
|
[Presentation].[Case].[AWAITING_CONFIRM]
|
|
Time Out Assigned Confirm
|
[Presentation].[Case].[TIME_OUT_ASSIGNED]
|
|
Pending Reason
|
[Presentation].[Case].[PENDING_REASON]
|
|
Time In Pending
|
[Presentation].[Case].[TIME_IN_PENDING]
|
|
Assignee Curr
|
[Presentation].[Case].[ASSIGNEE_CURR]
|
|
Group Name
|
[Presentation].[VW_STG_GROUPS].[NAME]
|
|
Date Modified
|
[Presentation].[Case].[DATE_MODIFIED]
|
|
Date Verified
|
[Presentation].[Case].[VERIFIED_DATE]
|
Assigned Count
|
total(count(Case when [Presentation].[State].[NAME] = ('Assigned') then 1 else null end) for [Group Name])
|
|
Group Name
|
[Presentation].[VW_STG_GROUPS].[NAME]
|
|
GroupName_Sort
|
character_length ([Group Name])
|
|
State Name
|
[Presentation].[State].[NAME]
|
|
Open Count
|
total(count(Case when [Presentation].[State].[NAME] = ('Open') then 1 else null end) for [Group Name])
|
|
Pending Count
|
total(count(Case when [Presentation].[State].[NAME] = ('Pending') then 1 else null end) for [Group Name])
|
|
Ready_To_Verify
|
total(count(Case when [Presentation].[State].[NAME] =('Ready_To_Verify') then 1 else null end) for [Group Name])
|
|
Reassigned
|
total(count(Case when [Presentation].[State].[NAME] = 'Reassigned' then 1 else null end) for [Group Name])
|
|
Verified
|
total(count(Case when [Presentation].[State].[NAME] = 'Verified' then 1 else null end) for [Group Name])
|
|
Grand Total
|
[Assigned Count]+[Open Count]+[Pending Count]+[Ready_To_Verify]+[Reassigned]+[Verified]
|
|
Sorting_Location
|
IF ( [Group Name] is null ) THEN ( 2 ) ELSE ( 1 )
|
|
Location_Description
|
IF ( [Presentation].[VW_STG_GROUPS].[NAME] is null ) THEN ( ' { Blank }' ) ELSE ( [Presentation].[VW_STG_GROUPS].[NAME] )
|
Latest Valid Data Load Date
|
[Presentation].[Data Load Archive].[Latest Valid Data Load Date]
|