Integrated Financials
 FeePaymentsForCourse_Query (Report Data Set)
  Properties
Property Value
DataSetName FeePaymentsForCourse_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].[Fee Paid Amount]} ON COLUMNS
 ,NON EMPTY 
    {
        [Curriculum].[Campus].[Campus].ALLMEMBERS*
        [Curriculum].[Division].[Division].ALLMEMBERS*
        [Curriculum].[Department].[Department].ALLMEMBERS*
        [Curriculum].[Course Id].[Course Id].ALLMEMBERS*
        [Curriculum].[Reference Number].[Reference Number].ALLMEMBERS*
      [Fee Type].[Fee Group].[Fee Group].ALLMEMBERS*
      [Fee Type].[Fee Type].[Fee Type].ALLMEMBERS
    }
  DIMENSION PROPERTIES 
    MEMBER_CAPTION
   ,MEMBER_UNIQUE_NAME
   ON ROWS
FROM 
(
  SELECT 
    StrToSet(@CurriculumCampus) ON COLUMNS
  FROM [Student_Financials]
)
WHERE 
  (
    StrToSet(@TermTermTitle)
   ,StrToSet(@CurriculumPrimaryInstructorType)
  )
  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
Campus
System.String
Course_Id
System.String
Department
System.String
Division
System.String
Fee_Group
System.String
Fee_Paid_Amount
System.Int32
Fee_Type
System.String
ImageLocation
System.String
ImageType
System.String
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
Reference_Number
System.String
SuggestedImageSize
System.String
Term_Title
System.String
Term_Title
System.String
  Query Parameters
Parameter Name Parameter Value
CurriculumCampus
=Parameters!CurriculumCampus.Value
CurriculumPrimaryInstructorType
=Parameters!CurriculumPrimaryInstructorType.Value
TermTermTitle
=Parameters!TermTermTitle.Value
Powered by BI Documenter