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 
{
  [Measures].[JournalToPeriodAmount]
  ,[Measures].[JournalToPriorYearPeriodAmount]
  ,[Measures].[TotalExpensesToPeriodJournalAmount]
  ,[Measures].[TotalExpensesToPriorYearPeriodJournalAmount]
} on Columns,
 NON EMPTY
 {
  [Gl Code].[Gl Class].[Gl Class].ALLMEMBERS*
[Gl Code].[Gl Class Code].[Gl Class Code].ALLMEMBERS*
  [Date].[Fiscal Year].[Fiscal Year].ALLMEMBERS*
  [Gl Code].[Gl Category Code Desc].Children*
  [Gl Code].[Gl Sub Category Description].Children*
  [Gl Code].[Glc Code Description].Children
 }
  on rows
  FROM 
  (
    SELECT 
               STRTOSET(@DateFiscalYear) ON COLUMNS
  FROM 
  (
    SELECT 
               {[Gl Code].[Gl Class Code].&[5] : [Gl Code].[Gl Class Code].&[7]} ON COLUMNS
    FROM [Executive_Integrated_Financials]
  )
)
WHERE
(
 STRTOSET(@OrgUnitLocationDescription)
,STRTOSET(@OrgUnitOrgUnitGrouping)
,STRTOSET(@OrgUnitReportDistribution)
,STRTOSET(@OrgUnitControlOrgUnit)
,STRTOSET(@OrgUnitFundCode)
, {[Gl Trans Detail].[Journal Grouping].&[Actuals]}
, STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" + 
 VBA!Right(@DateCalendarPeriodFilter,7))
, 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
BackgroundAlternateColor
System.String
BackgroundColor
System.String
Band1Color
System.String
Band2Color
System.String
Band3Color
System.String
Band4Color
System.String
Band5Color
System.String
Band6Color
System.String
Calendar_Period_Filter
System.String
Fiscal_Year
System.String
Gl_Category_Code_Desc
System.String
Gl_Class
System.String
Gl_Class_Code
System.String
Gl_Sub_Category_Description
System.String
Glc_Code_Description
System.String
ImageLocation
System.String
ImageLocation
System.String
ImageType
System.String
ImageType
System.String
JournalToPeriodAmount
System.Int32
JournalToPriorYearPeriodAmount
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterLevel
System.Int32
ParameterLevel
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
TotalExpensesToPeriodJournalAmount
System.Int32
TotalExpensesToPriorYearPeriodJournalAmount
System.Int32
  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
OrgUnitLocationDescription
=Parameters!OrgUnitLocationDescription.Value
OrgUnitOrgUnitGrouping
=Parameters!OrgUnitOrgUnitGrouping.Value
OrgUnitReportDistribution
=Parameters!OrgUnitReportDistribution.Value
UserId
=Parameters!UserId.Value
Powered by BI Documenter