Integrated Financials
 YTD_Tuition_and_Fees_Query (Report Data Set)
  Properties
Property Value
DataSetName YTD_Tuition_and_Fees_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].[Account Sign].[Account Sign].ALLMEMBERS
      *
      [Date].[Calendar Period].[Calendar Period]
     * 
      [Gl Code].[Gl Code Sub Total].[Gl Code Sub Total].ALLMEMBERS
      }
   ON ROWS
FROM [Student_Financials]
WHERE
(
[Gl Code].[Gl Category Code].&[40]
, {[Gl Trans Detail].[Journal Grouping].&[Actuals]}
,STRTOSET(@DateFiscalYear)
,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
Account_Sign
System.String
Calendar_Period
System.String
Calendar_Period_Filter
System.String
Gl_Code_Sub_Total
System.String
Journal_Amount
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
Signed_Amount
=Fields!Journal_Amount.Value * Fields!Account_Sign.Value
  Query Parameters
Parameter Name Parameter Value
DateCalendarPeriodFilter
=Parameters!DateCalendarPeriodFilter.Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
Powered by BI Documenter