Integrated Financials
 StudentPaymentMethod_Query (Report Data Set)
  Properties
Property Value
DataSetName StudentPaymentMethod_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].[Prior 2Year Term Student Total Fee Count], [Measures].[Prior Year Term Student Total Fee Count], [Measures].[Fact Student Total Fees Count], [Measures].[Prior 2Year HeadCount], [Measures].[Prior Year HeadCount], [Measures].[EOT Headcount] } ON COLUMNS, NON EMPTY { ([Term].[Term SK].[Term SK].ALLMEMBERS * [Term].[Term Title].[Term Title].ALLMEMBERS * [Payment Source].[Payment Source Code].[Payment Source Code].ALLMEMBERS * [Payment Source].[Payment Source Label].[Payment Source Label].ALLMEMBERS * [Payment Source].[Payment Category Code].[Payment Category Code].ALLMEMBERS * [Payment Source].[Payment Category Label].[Payment Category Label].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@TermTermTitle, CONSTRAINED) ) ON COLUMNS FROM [Student_Financials]) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS
  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
CurrentPercentage
=IIF(IsNothing(Fields!Fact_Student_Total_Fees_Count.Value),0,
(Fields!Fact_Student_Total_Fees_Count.Value / Fields!EOT_Headcount.Value))
EOT_Headcount
System.Int32
Fact_Student_Total_Fees_Count
System.Int32
ParameterCaption
System.Int32
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterLevel
System.Int32
ParameterValue
System.Int32
Payment_Category_Code
System.String
Payment_Category_Label
System.String
Payment_Source_Code
System.String
Payment_Source_Label
System.String
Prior_2Year_HeadCount
System.Int32
Prior_2Year_Term_Student_Total_Fee_Count
System.Int32
Prior_Year_HeadCount
System.Int32
Prior_Year_Term_Student_Total_Fee_Count
System.Int32
Prior2Percentage
=IIF(IsNothing(Fields!Prior_2Year_Term_Student_Total_Fee_Count.Value),0,
(Fields!Prior_2Year_Term_Student_Total_Fee_Count.Value / Fields!Prior_2Year_HeadCount.Value))
PriorPercentage
=IIF(IsNothing(Fields!Prior_Year_Term_Student_Total_Fee_Count.Value),0,
(Fields!Prior_Year_Term_Student_Total_Fee_Count.Value / Fields!Prior_Year_HeadCount.Value))
Term_SK
System.String
Term_Title
System.String
  Query Parameters
Parameter Name Parameter Value
TermTermTitle
=Parameters!TermTermTitle.Value
Powered by BI Documenter