|
![]() |
Property | Value |
DataSetName | TrialBalance_Query |
Data Source Reference | |
Collation | |
Case Sensitivity | |
Accent Sensitivity | |
Is MDX | True |
Query Command Type | MDX |
Query Data Source Name | RSDS_EnterpriseDW_SSAS |
Query Timeout | |
Use Generic Designer | |
Kanatype Sensitivity | |
Width Sensitivity | |
Integrated Security |
SELECT NON EMPTY { [Measures].[Amount] ,[Measures].[Actuals Amount Debit] ,[Measures].[Commitment Amount Debit] ,[Measures].[Encumbrance Amount Debit] ,[Measures].[Actuals Amount Credit] ,[Measures].[Commitment Amount Credit] ,[Measures].[Encumbrance Amount Credit] ,[Measures].[Budget Amount Debit] ,[Measures].[Budget Amount Credit] } on Columns, NON EMPTY { [Date].[Calendar Period].[Calendar Period].ALLMEMBERS* [Org Unit].[Fund Code].[Fund Code].ALLMEMBERS* [Org Unit].[Fund].[Fund].ALLMEMBERS* [Gl Code].[Gl Class].Children* [Gl Code].[Gl Class Code].Children* [Gl Code].[Gl Category Code Desc].Children* [Gl Code].[Gl Sub Category Description].Children* [Gl Code].[Gl Code AK].Children* [Gl Code].[Gl Code Name].Children } on rows FROM ( SELECT STRTOSET(@DateFiscalYear) ON COLUMNS FROM ( SELECT STRTOSET(@OrgUnitFundCode) ON COLUMNS FROM [Executive_Integrated_Financials] ) ) WHERE ( STRTOSET(@OrgUnitControlOrgUnit) ,{STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" + VBA!Right(@DateCalendarPeriodFilter,7) + ".FirstSibling") : STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" + VBA!Right(@DateCalendarPeriodFilter,7))} , NONEMPTY ( [Org Unit].[Org Unit SK].[Org Unit SK].Members, ( STRTOMEMBER(@UserId) ,[Measures].[Fact Org Unit User Bridge Count] ) ) ) |
Field Name | Field Type | Field Value |
Actuals_Amount_Credit |
System.Int32 |
|
Actuals_Amount_Debit |
System.Int32 |
|
Amount |
System.Int32 |
|
BackgroundAlternateColor |
System.String |
|
BackgroundColor |
System.String |
|
Balance |
=Fields!Amount.Value + Fields!Debit_Amount.Value - Fields!Credit_Amount.Value |
|
Band1Color |
System.String |
|
Band2Color |
System.String |
|
Band3Color |
System.String |
|
Band4Color |
System.String |
|
Band5Color |
System.String |
|
Band6Color |
System.String |
|
Budget_Amount_Credit |
System.Int32 |
|
Budget_Amount_Debit |
System.Int32 |
|
Calendar_Period |
System.String |
|
Calendar_Period_Filter |
System.String |
|
Commitment_Amount_Credit |
System.Int32 |
|
Commitment_Amount_Debit |
System.Int32 |
|
Control_Org_Unit |
System.String |
|
Credit_Amount |
=iif(Fields!Gl_Class_Code.Value = "3", Fields!Actuals_Amount_Credit.Value + Fields!Commitment_Amount_Credit.Value + Fields!Encumbrance_Amount_Credit.Value + Fields!Budget_Amount_Credit.Value, Fields!Actuals_Amount_Credit.Value) |
|
Debit_Amount |
=Iif(Fields!Gl_Class_Code.Value = "3",Fields!Actuals_Amount_Debit.Value + Fields!Commitment_Amount_Debit.Value + Fields!Encumbrance_Amount_Debit.Value + Fields!Budget_Amount_Debit.Value, Fields!Actuals_Amount_Debit.Value) |
|
Encumbrance_Amount_Credit |
System.Int32 |
|
Encumbrance_Amount_Debit |
System.Int32 |
|
Fiscal_Year |
System.String |
|
Fiscal_Year |
System.String |
|
Fund |
System.String |
|
Fund_Code |
System.String |
|
Fund_Code |
System.String |
|
Gl_Category_Code_Desc |
System.String |
|
Gl_Class |
System.String |
|
Gl_Class_Code |
System.String |
|
Gl_Code_AK |
System.String |
|
Gl_Code_Name |
System.String |
|
Gl_Sub_Category_Description |
System.String |
|
ImageLocation |
System.String |
|
ImageType |
System.String |
|
ParameterCaption |
System.Int32 |
|
ParameterCaption |
System.Int32 |
|
ParameterCaption |
System.Int32 |
|
ParameterCaption |
System.Int32 |
|
ParameterCaption |
System.Int32 |
|
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterCaptionIndented |
System.String |
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value |
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
SuggestedImageSize |
System.String |
Parameter Name | Parameter Value |
DateCalendarPeriodFilter |
=Parameters!DateCalendarPeriodFilter.Value |
DateFiscalYear |
=Parameters!DateFiscalYear.Value |
DateFiscalYear |
=Parameters!DateFiscalYear.Value |
OrgUnitControlOrgUnit |
=Parameters!OrgUnitControlOrgUnit.Value |
OrgUnitFundCode |
=Parameters!OrgUnitFundCode.Value |
OrgUnitFundCode |
=Parameters!OrgUnitFundCode.Value |
UserId |
=Parameters!UserId.Value |
Powered by BI Documenter |