Integrated Financials
 SalaryCost_Query (Report Data Set)
  Properties
Property Value
DataSetName SalaryCost_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
  Query Command Text
Select 
 NON EMPTY
{  [Measures].[Actuals Amount] 
  ,[Measures].[Budget Amount] 
}on Columns,
 NON EMPTY
 {
[Gl Code].[Gl Category Code Desc].[Gl Category Code Desc].ALLMEMBERS*
[Gl Code].[Gl Sub Category Description].[Gl Sub Category Description].ALLMEMBERS*
[Gl Code].[Gl Code AK].[Gl Code AK].ALLMEMBERS*
[Gl Code].[Hr Classification].[Hr Classification].ALLMEMBERS*
[Gl Code].[Gl Code Name].CHILDREN*
[Org Unit].[Fund Code].[Fund Code].ALLMEMBERS
 }
  on rows
  
  FROM 
(
  SELECT 
    {[Gl Code].[Hr Classification].&[Salary],[Gl Code].[Hr Classification].&[Overtime]} ON COLUMNS
  FROM 
  (
    SELECT 
      STRTOSET("[Org Unit].[Fund Code].[All]") ON COLUMNS 
    FROM [Executive_Integrated_Financials]
  )
)
WHERE
(
 STRTOSET("[Org Unit].[Location Description].[All]")
,STRTOSET("[Date].[Fiscal Year].&[FY 2015]")
,STRTOSET("[Org Unit].[Function Description].[All]")
,[Gl Code].[Gl Class Code].&[5]
,{[Gl Trans Detail].[Journal Grouping].&[Actuals],[Gl Trans Detail].[Journal Grouping].&[Budget]}
)
  Fields
Field Name Field Type Field Value
Actuals_Amount
System.Int32
BackgroundAlternateColor
System.String
BackgroundColor
System.String
Band1Color
System.String
Band2Color
System.String
Band3Color
System.String
Band4Color
System.String
Band5Color
System.String
Band6Color
System.String
Budget_Amount
System.Int32
Fiscal_Year
System.String
Fiscal_Year
System.String
Function_Description
System.String
Fund_Code
System.String
Fund_Code
System.String
Gl_Category_Code_Desc
System.String
Gl_Code_AK
System.String
Gl_Code_Name
System.String
Gl_Sub_Category_Description
System.String
Hr_Classification
System.String
ImageLocation
System.String
ImageType
System.String
Location_Description
System.String
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaptionIndented
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterCaptionIndented
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterCaptionIndented
=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
DateFiscalYear
=Parameters!DateFiscalYear.Value
OrgUnitFunction
=Parameters!OrgUnitFunction.Value
OrgUnitFundCode
=Parameters!OrgUnitFundCode.Value
OrgUnitLocationDescription
=Parameters!OrgUnitLocationDescription.Value
UserId
=Parameters!UserId.Value
Powered by BI Documenter