|
![]() |
Property | Value |
DataSetName | dsGradeDistribution |
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].[Marginal], [Measures].[Successful], [Measures].[Withdrawn], [Measures].[Fail], [Measures].[Other], [Measures].[Students Enrolled and Withdrawn] } ON COLUMNS, NON EMPTY { ([Curriculum].[Campus].[Campus].ALLMEMBERS * [Curriculum].[Primary Instructor Type].[Primary Instructor Type].ALLMEMBERS * [Curriculum].[Instructional Classification].[Instructional Classification].ALLMEMBERS * [Curriculum].[Course Id].[Course Id].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@CurriculumDivDept, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( STRTOSET(@CurriculumDeliveryMethod, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( STRTOSET(@CurriculumTermTitle, CONSTRAINED) ) ON COLUMNS FROM [StudentSuccess]))) WHERE ( IIF( STRTOSET(@CurriculumTermTitle, CONSTRAINED).Count = 1, STRTOSET(@CurriculumTermTitle, CONSTRAINED), [Curriculum].[Term Title].currentmember ), IIF( STRTOSET(@CurriculumDeliveryMethod, CONSTRAINED).Count = 1, STRTOSET(@CurriculumDeliveryMethod, CONSTRAINED), [Curriculum].[Delivery Method].currentmember ), IIF( STRTOSET(@CurriculumDivDept, CONSTRAINED).Count = 1, STRTOSET(@CurriculumDivDept, CONSTRAINED), [Curriculum].[Div Dept].currentmember ) ) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS |
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 |
|
Campus |
System.String |
|
Course_Id |
System.String |
|
Fail |
System.Int32 |
|
GradeTerm |
System.String |
|
ImageLocation |
System.String |
|
ImageType |
System.String |
|
Instructional_Classification |
System.String |
|
Marginal |
System.Int32 |
|
Other |
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 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
Primary_Instructor_Type |
System.String |
|
Students_Enrolled_and_Withdrawn |
System.Int32 |
|
Successful |
System.Int32 |
|
Term_Title |
System.String |
|
Withdrawn |
System.Int32 |
Parameter Name | Parameter Value |
CurriculumDeliveryMethod |
=Parameters!CurriculumDeliveryMethod.Value |
CurriculumDeliveryMethod |
=Parameters!CurriculumDeliveryMethod.Value |
CurriculumDivDept |
=Parameters!CurriculumDivDept.Value |
CurriculumTermTitle |
=Parameters!CurriculumTermTitle.Value |
CurriculumTermTitle |
=Parameters!CurriculumTermTitle.Value |
CurriculumTermTitle |
=Parameters!CurriculumTermTitle.Value |
Powered by BI Documenter |