Integrated Financials
 ReceiptsByCategory_Query (Report Data Set)
  Properties
Property Value
DataSetName ReceiptsByCategory_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].[Receipt Total] 
    ,[Measures].[Fact Student Receipt Totals Count]
} on Columns,
NON EMPTY
 {
  [Date].[Fiscal Year].[Fiscal Year].ALLMEMBERS*
  [Date].[Calendar Period].[Calendar Period].ALLMEMBERS*
  [Student Receipt].[Receipt Category].[Receipt Category].ALLMEMBERS
 }  on rows
FROM 
  (
    SELECT 
         {
             STRTOMEMBER(@DateFiscalYear) 
         } ON COLUMNS
    FROM [Student_Financials]
)
  
WHERE
(
 {
 STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" + 
 VBA!Right(@DateCalendarPeriodFilter,7) +
  ".FirstSibling")
      :
   STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" + 
 VBA!Right(@DateCalendarPeriodFilter,7))
}
)
  Fields
Field Name Field Type Field Value
Calendar_Period
System.String
Calendar_Period_Filter
System.String
Fact_Student_Receipt_Totals_Count
System.Int32
Fiscal_Year
System.String
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
Receipt_Category
System.String
Receipt_Total
System.Int32
  Query Parameters
Parameter Name Parameter Value
DateCalendarPeriodFilter
=Parameters!DateCalendarPeriodFilter.Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
Powered by BI Documenter