|
![]() |
Property | Value |
DataSetName | ClassFeePaymentAverage_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 |
SELECT NON EMPTY { [Measures].[Fee Paid Amount], [Measures].[EOT Headcount] } ON COLUMNS, NON EMPTY { ([Term].[Term SK].[Term SK].ALLMEMBERS * [Payment Source].[Payment Source Key].[Payment Source Key].ALLMEMBERS * [Payment Source].[Payment Category Short].[Payment Category Short].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@CurriculumCourseLevel, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( STRTOSET(@CurriculumCreditType, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( { [Fee Type].[Fee Category Code].&[S], [Fee Type].[Fee Category Code].&[C] } ) ON COLUMNS FROM ( SELECT ( STRTOSET(@TermTermTitle, CONSTRAINED) ) ON COLUMNS FROM [Student_Financials])))) WHERE ( IIF( STRTOSET(@TermTermTitle, CONSTRAINED).Count = 1, STRTOSET(@TermTermTitle, CONSTRAINED), [Term].[Term Title].currentmember ), [Fee Type].[Fee Category Code].CurrentMember, IIF( STRTOSET(@CurriculumCreditType, CONSTRAINED).Count = 1, STRTOSET(@CurriculumCreditType, CONSTRAINED), [Curriculum].[Credit Type].currentmember ), IIF( STRTOSET(@CurriculumCourseLevel, CONSTRAINED).Count = 1, STRTOSET(@CurriculumCourseLevel, CONSTRAINED), [Curriculum].[Course Level].currentmember ) ) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS |
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 |
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 |