Integrated Financials
 DateFiscalYear (Report Data Set)
  Properties
Property Value
DataSetName DateFiscalYear
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
  Query Command Text
WITH 
  MEMBER [Measures].[ParameterCaption] AS 
    [Date].[Fiscal Year].CurrentMember.Member_Caption 
  MEMBER [Measures].[ParameterValue] AS 
    [Date].[Fiscal Year].CurrentMember.UniqueName 
  MEMBER [Measures].[ParameterLevel] AS 
    [Date].[Fiscal Year].CurrentMember.Level.Ordinal 
SELECT 
  {
    [Measures].[ParameterCaption]
   ,[Measures].[ParameterValue]
   ,[Measures].[ParameterLevel]
  } ON COLUMNS,
  ORDER(
 {[Date].[Fiscal Year].Children},[Measures].[ParameterCaption], DESC
 ) ON ROWS
FROM 
(
  SELECT 
      {
   ([Date].[Fiscal Year].[Fiscal Year].Members
   ,[Date].[Is Current Fiscal Year].&[Y]
   ,[Date].[Is Available For Finance].&[Y])
  ,
   ([Date].[Fiscal Year].[Fiscal Year].Members
   ,[Date].[Is Current Fiscal Year].Children
   ,[Date].[Is Available For Finance].&[Y]
   )
  }  ON COLUMNS
  
FROM [Executive_Integrated_Financials]
)
  Fields
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
  Query Parameters
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