Integrated Financials
 PercentageSpendingCurrentFY_Query (Report Data Set)
  Properties
Property Value
DataSetName PercentageSpendingCurrentFY_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].[Gl Category].ALLMEMBERS*
[Gl Code].[Hr Time Status].[Hr Time Status].ALLMEMBERS
 }
  on rows
FROM [Executive_Integrated_Financials]
WHERE
(
 STRTOSET(@OrgUnitLocation)
,STRTOSET(@OrgUnitFundCode)
,STRTOSET(@DateFiscalYear)
,STRTOSET(@OrgUnitFunction)
,[Gl Code].[Gl Class Code].&[5]
, {[Gl Trans Detail].[Journal Grouping].&[Actuals],[Gl Trans Detail].[Journal Grouping].&[Budget]}
,[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
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
Gl_Category
System.String
Hr_Time_Status
System.String
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
OrgUnitFunction
=Parameters!OrgUnitFunction.Value
OrgUnitFundCode
=Parameters!OrgUnitFundCode.Value
OrgUnitLocation
=Parameters!OrgUnitLocation.Value
UserId
=Parameters!UserId.Value
Powered by BI Documenter