Integrated Financials
 YTD_Salary_Category_Query (Report Data Set)
  Properties
Property Value
DataSetName YTD_Salary_Category_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].[Journal Amount] 
}on Columns,
 NON EMPTY
 {
  [Gl Code].[Gl Category].[Gl Category].ALLMEMBERS
 }
  on rows
FROM [Executive_Integrated_Financials]
WHERE
(
 STRTOSET(@OrgUnitLocation)
,STRTOSET(@OrgUnitFundCode)
,STRTOSET(@DateFiscalYear)
,STRTOSET(@OrgUnitFunction)
,STRTOSET(@GlCodeHrTimeStatus)
,[Gl Code].[Gl Class Code].&[5]
,[Gl Trans Detail].[Journal Grouping].&[Actuals]
,[Gl Code].[Hr Classification].&[Salary]
, 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
Gl_Category
System.String
Journal_Amount
System.Int32
ParameterCaption
System.Int32
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterLevel
System.Int32
ParameterValue
System.Int32
  Query Parameters
Parameter Name Parameter Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
GlCodeGlCategory
=Parameters!GlCodeGlCategory.Value
GlCodeHrTimeStatus
=Parameters!GlCodeHrTimeStatus.Value
OrgUnitFunction
=Parameters!OrgUnitFunction.Value
OrgUnitFundCode
=Parameters!OrgUnitFundCode.Value
OrgUnitLocation
=Parameters!OrgUnitLocation.Value
UserId
=Parameters!UserId.Value
Powered by BI Documenter