Integrated Financials
 GetColors (Report Data Set)
  Properties
Property Value
DataSetName GetColors
Data Source Reference
Collation
Case Sensitivity
Accent Sensitivity
Is MDX False
Query Command Type
Query Data Source Name RSDS_EnterpriseDW
Query Timeout
Use Generic Designer
Kanatype Sensitivity
Width Sensitivity
Integrated Security
  Query Command Text
SELECT        BackgroundColor, BackgroundAlternateColor, Band1Color, Band2Color, Band3Color, Band4Color, Band5Color, Band6Color
FROM            Configuration_Color
WHERE        (ReportType = 'GeneralLedger')
  Fields
Field Name Field Type Field Value
Account_Sign
System.String
Actual_Expenses
=IIf(Fields!Gl_Class_Code.Value >= "5" and Fields!Gl_Class_Code.Value <= "7" , Fields!ActualToPeriodAmount.Value, 0)
Actual_Revenue
=IIf(Fields!Gl_Class_Code.Value = "4", Fields!ActualToPeriodAmount.Value * Fields!Account_Sign.Value, 0)
ActualToPeriodAmount
System.Int32
BackgroundAlternateColor
System.String
BackgroundColor
System.String
Band1Color
System.String
Band2Color
System.String
Band3Color
System.String
Band4Color
System.String
Band5Color
System.String
Band6Color
System.String
Budget_Expenses
=IIf(Fields!Gl_Class_Code.Value >= "5" and Fields!Gl_Class_Code.Value <= "7" , Fields!BudgetToPeriodAmount.Value * Fields!Account_Sign.Value, 0)
Budget_Revenue
=IIf(Fields!Gl_Class_Code.Value = "4", Fields!BudgetToPeriodAmount.Value * Fields!Account_Sign.Value, 0)
BudgetToPeriodAmount
System.Int32
Calendar_Period
System.String
Fiscal_Year
System.String
Fiscal_Year2
System.String
Gl_Class_Code
System.String
Month_Of_Year
System.String
ParameterCaption
System.Int32
ParameterCaptionIndented
System.String
=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.Value
ParameterLevel
System.Int32
ParameterValue
System.Int32
  Query Parameters
Parameter Name Parameter Value
DateFiscalYear
=Parameters!DateFiscalYear.Value
OrgUnitControlOrgUnit
=Parameters!OrgUnitControlOrgUnit.Value
OrgUnitFundCode
=Parameters!OrgUnitFundCode.Value
OrgUnitLocationDescription
=Parameters!OrgUnitLocationDescription.Value
OrgUnitOrgUnitGrouping
=Parameters!OrgUnitOrgUnitGrouping.Value
OrgUnitReportDistribution
=Parameters!OrgUnitReportDistribution.Value
UserId
=Parameters!UserId.Value
Powered by BI Documenter