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].[Gl Code Name].CHILDREN*
[Org Unit].[Fund Code].[Fund Code].ALLMEMBERS
 }
  on rows
      FROM 
      (
        SELECT 
           STRTOSET(@OrgUnitFundCode)          ON COLUMNS
FROM [Executive_Integrated_Financials]
)
WHERE
(
 STRTOSET(@OrgUnitLocationDescription)
,STRTOSET(@DateFiscalYear)
,STRTOSET(@OrgUnitFunction)
,[Gl Code].[Gl Class Code].&[4]
, {[Gl Trans Detail].[Journal Grouping].&[Actuals],[Gl Trans Detail].[Journal Grouping].&[Budget]}
, NONEMPTY
  (
  [Org Unit].[Org Unit SK].[Org Unit SK].Members,
    (
    STRTOMEMBER(@UserId)
    ,[Measures].[Fact Org Unit User Bridge Count]
    )
   )
)
  Fields
Field Name Field Type Field Value
Actuals_Amount
System.Int32
Actuals_Amount_Signed
=Fields!Actuals_Amount.Value * -1
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
ImageLocation
System.String
ImageType
System.String
Location_Description
System.String
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
=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
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