Queries: 6
Layouts: 1
6
Transaction Type
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
|
Days Between
|
_days_between ([Presentation].[Case].[DATE_RECEIVED_EST],[Presentation].[Case].[DATE_EFFECTIVE_FROM_EST])
|
|
Month
|
month([Presentation].[Case].[DATE_RECEIVED_EST])
|
|
Year
|
year([Presentation].[Case].[DATE_RECEIVED_EST])
|
|
First Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('StartDate','date','current_date')# ) WHEN 0 THEN (_first_of_month(_add_months(current_date, -12))) END
|
|
Last Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('EndDate','date','current_date')# ) WHEN 0 THEN ( _last_of_month(_add_months(current_date, -1))) END
|
|
Month Name
|
trim([Presentation].[Date Received Dim].[MonthName])
|
Transaction Type
|
[Presentation].[Sub Type].[TRANSACTION_TYPE]
|
|
Case Count
|
[Presentation].[Case].[Case Count]
|
Aggregate
count
|
Days Between
|
_days_between ([Presentation].[Case].[DATE_RECEIVED_EST],[Presentation].[Case].[DATE_EFFECTIVE_FROM_EST])
|
|
Month Name
|
datename({month},[Presentation].[Case].[DATE_RECEIVED_EST])
|
|
Month
|
month([Presentation].[Case].[DATE_RECEIVED_EST])
|
|
Year
|
year([Presentation].[Case].[DATE_RECEIVED_EST])
|
|
First Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('StartDate','date','current_date')# ) WHEN 0 THEN (_first_of_month(_add_months(current_date, -12))) END
|
|
Last Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('EndDate','date','current_date')# ) WHEN 0 THEN ( _last_of_month(_add_months(current_date, -1))) END
|
|
Department
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
|
Case Number
|
[Presentation].[Case].[ID]
|
|
PRI
|
[Presentation].[Case].[PRI]
|
|
Work Type Name
|
[Presentation].[Work Type].[NAME]
|
|
Sub Type Name
|
[Presentation].[Sub Type].[NAME]
|
|
State Name
|
[Presentation].[State].[NAME]
|
|
Pending Reason
|
[Presentation].[Case].[PENDING_REASON]
|
|
Created by Category
|
[Presentation].[Case].[Created by Category]
|
|
Date Received
|
[Presentation].[Case].[DATE_RECEIVED_EST]
|
|
Date Effective From
|
[Presentation].[Case].[DATE_EFFECTIVE_FROM_EST]
|
First Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('StartDate','date','current_date')# ) WHEN 0 THEN (_first_of_month(_add_months(current_date, -12))) END
|
|
Last Day of Report
|
CASE ?DateOption? WHEN 1 THEN (#prompt('EndDate','date','current_date')# ) WHEN 0 THEN ( _last_of_month(_add_months(current_date, -1))) END
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
sort
ascending
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|
Last Load Date
|
[Presentation].[Data Load Archive].[Latest Valid Data Load Date]
|
Dept Name Eng
|
trim(substring ([Department Name], 0, (charindex ('/',[Presentation].[VW_STG_DEPARTMENT].[NAME_1]))))
|
|
Department Name
|
[Presentation].[VW_STG_DEPARTMENT].[NAME_1]
|
|
Business Unit
|
[Presentation].[VW_STG_DEPARTMENT].[CODE]
|