Integrated Financials
 TermTermTitle (Report Data Set)
  Properties
Property Value
DataSetName TermTermTitle
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
WITH MEMBER [Measures].[ParameterCaption] AS [Term].[Term Title].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Term].[Term Title].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Term].[Term Title].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Term].[Term Title].ALLMEMBERS ON ROWS FROM [Student_Financials]
  Fields
Field Name Field Type Field Value
Average_Fee_Amount
=IIF(IsNothing(Fields!Fee_Paid_Amount.Value),0,
IIF(IsNothing(Fields!EOT_Headcount.Value),0,
(Fields!Fee_Paid_Amount.Value / Fields!EOT_Headcount.Value)))
EOT_Headcount
System.Int32
Fee_Paid_Amount
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaption
System.Int32
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterLevel
System.Int32
ParameterLevel
System.Int32
ParameterLevel
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
Payment_Category_Short
System.String
Payment_Source_Key
System.String
Term_SK
System.String
  Query Parameters
Parameter Name Parameter Value
CurriculumCourseLevel
=Parameters!CurriculumCourseLevel.Value
CurriculumCreditType
=Parameters!CurriculumCreditType.Value
CurriculumCreditType
=Parameters!CurriculumCreditType.Value
TermTermTitle
=Parameters!TermTermTitle.Value
TermTermTitle
=Parameters!TermTermTitle.Value
TermTermTitle
=Parameters!TermTermTitle.Value
Powered by BI Documenter