0RSDS_EnterpriseDW_SSASNone95e0f472-c858-414f-a622-ca1d5b24daa5RSDS_EnterpriseDWNone5808608d-7763-4c67-9517-32c135fbe065RSDS_EnterpriseDW_SSAS=Parameters!DateFiscalYear.Value=Parameters!DateCalendarPeriodFilter.Value=Parameters!OrgUnitFundCode.Value=Parameters!OrgUnitControlOrgUnit.Value=Parameters!UserId.ValueSELECT
NON EMPTY
{
[Measures].[Amount]
,[Measures].[Actuals Amount Debit]
,[Measures].[Commitment Amount Debit]
,[Measures].[Encumbrance Amount Debit]
,[Measures].[Actuals Amount Credit]
,[Measures].[Commitment Amount Credit]
,[Measures].[Encumbrance Amount Credit]
,[Measures].[Budget Amount Debit]
,[Measures].[Budget Amount Credit]
} on Columns,
NON EMPTY
{
[Date].[Calendar Period].[Calendar Period].ALLMEMBERS*
[Org Unit].[Fund Code].[Fund Code].ALLMEMBERS*
[Org Unit].[Fund].[Fund].ALLMEMBERS*
[Gl Code].[Gl Class].Children*
[Gl Code].[Gl Class Code].Children*
[Gl Code].[Gl Category Code Desc].Children*
[Gl Code].[Gl Sub Category Description].Children*
[Gl Code].[Gl Code AK].Children*
[Gl Code].[Gl Code Name].Children
} on rows
FROM
(
SELECT
STRTOSET(@DateFiscalYear) ON COLUMNS
FROM
(
SELECT
STRTOSET(@OrgUnitFundCode) ON COLUMNS
FROM [Executive_Integrated_Financials]
)
)
WHERE
(
STRTOSET(@OrgUnitControlOrgUnit)
,{STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" +
VBA!Right(@DateCalendarPeriodFilter,7) +
".FirstSibling")
:
STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" +
VBA!Right(@DateCalendarPeriodFilter,7))}
, NONEMPTY
(
[Org Unit].[Org Unit SK].[Org Unit SK].Members,
(
STRTOMEMBER(@UserId)
,[Measures].[Fact Org Unit User Bridge Count]
)
)
)MDXQueryExecutive_Integrated_FinancialsSELECT
NON EMPTY
{
[Measures].[Amount]
,[Measures].[Actuals Amount Debit]
,[Measures].[Commitment Amount Debit]
,[Measures].[Encumbrance Amount Debit]
,[Measures].[Actuals Amount Credit]
,[Measures].[Commitment Amount Credit]
,[Measures].[Encumbrance Amount Credit]
,[Measures].[Budget Amount Debit]
,[Measures].[Budget Amount Credit]
} on Columns,
NON EMPTY
{
[Date].[Calendar Period].[Calendar Period].ALLMEMBERS*
[Org Unit].[Fund Code].[Fund Code].ALLMEMBERS*
[Org Unit].[Fund].[Fund].ALLMEMBERS*
[Gl Code].[Gl Class].Children*
[Gl Code].[Gl Class Code].Children*
[Gl Code].[Gl Category Code Desc].Children*
[Gl Code].[Gl Sub Category Description].Children*
[Gl Code].[Gl Code AK].Children*
[Gl Code].[Gl Code Name].Children
} on rows
FROM
(
SELECT
STRTOSET(@DateFiscalYear) ON COLUMNS
FROM
(
SELECT
STRTOSET(@OrgUnitFundCode) ON COLUMNS
FROM [Executive_Integrated_Financials]
)
)
WHERE
(
STRTOSET(@OrgUnitControlOrgUnit)
,{STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" +
VBA!Right(@DateCalendarPeriodFilter,7) +
".FirstSibling")
:
STRTOMEMBER("[Date].[FiscalCalendar].[Calendar Period].&[" +
VBA!Right(@DateCalendarPeriodFilter,7))}
, NONEMPTY
(
[Org Unit].[Org Unit SK].[Org Unit SK].Members,
(
STRTOMEMBER(@UserId)
,[Measures].[Fact Org Unit User Bridge Count]
)
)
)
DateFiscalYear[Date].[Fiscal Year].&[FY 2013]
Date.Fiscal Year
[Date].[Fiscal Year]WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Fiscal Year].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Date].[Fiscal Year].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Date].[Fiscal Year].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Date].[Fiscal Year].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]DateCalendarPeriodFilter[Date].[Calendar Period Filter].&[201304]
Date.Calendar Period Filter
[Date].[Calendar Period Filter]WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Calendar Period Filter].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Date].[Calendar Period Filter].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Date].[Calendar Period Filter].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Date].[Calendar Period Filter].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]OrgUnitFundCode[Org Unit].[Fund Code].[All]
Fund Code
[Org Unit].[Fund Code]WITH MEMBER [Measures].[ParameterCaption] AS [Org Unit].[Fund Code].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Org Unit].[Fund Code].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Org Unit].[Fund Code].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Org Unit].[Fund Code].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]trueOrgUnitControlOrgUnit[Org Unit].[Control Org Unit].[All]
Control Org Unit
[Org Unit].[Control Org Unit]WITH MEMBER [Measures].[ParameterCaption] AS [Org Unit].[Control Org Unit].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Org Unit].[Control Org Unit].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Org Unit].[Control Org Unit].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Org Unit].[Control Org Unit].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]trueUserId[User].[Domain User Id].&[ad\scowan]
UserId
[User].[Domain User Id]WITH MEMBER [Measures].[ParameterCaption] AS [User].[Domain User Id].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [User].[Domain User Id].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [User].[Domain User Id].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [User].[Domain User Id].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]true<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Date].[Calendar Period].[Calendar Period]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Org Unit].[Fund Code].[Fund Code]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Org Unit].[Fund].[Fund]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Class].[Gl Class]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Class Code].[Gl Class Code]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Category Code Desc].[Gl Category Code Desc]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Sub Category Description].[Gl Sub Category Description]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Code AK].[Gl Code AK]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Gl Code].[Gl Code Name].[Gl Code Name]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Amount]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Actuals Amount Debit]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Commitment Amount Debit]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Encumbrance Amount Debit]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Actuals Amount Credit]" />System.Int32=Iif(Fields!Gl_Class_Code.Value = "3",Fields!Actuals_Amount_Debit.Value + Fields!Commitment_Amount_Debit.Value + Fields!Encumbrance_Amount_Debit.Value + Fields!Budget_Amount_Debit.Value, Fields!Actuals_Amount_Debit.Value)<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Commitment Amount Credit]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Budget Amount Debit]" />System.Int32=iif(Fields!Gl_Class_Code.Value = "3", Fields!Actuals_Amount_Credit.Value + Fields!Commitment_Amount_Credit.Value + Fields!Encumbrance_Amount_Credit.Value + Fields!Budget_Amount_Credit.Value, Fields!Actuals_Amount_Credit.Value)<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Budget Amount Credit]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[Encumbrance Amount Credit]" />System.Int32=Fields!Amount.Value + Fields!Debit_Amount.Value - Fields!Credit_Amount.ValueRSDS_EnterpriseDWSELECT BackgroundColor, BackgroundAlternateColor, Band1Color, Band2Color, Band3Color, Band4Color, Band5Color, Band6Color
FROM Configuration_Color
WHERE (ReportType = 'GeneralLedger')BackgroundColorSystem.StringBackgroundAlternateColorSystem.StringBand1ColorSystem.StringBand2ColorSystem.StringBand3ColorSystem.StringBand4ColorSystem.StringBand5ColorSystem.StringBand6ColorSystem.StringRSDS_EnterpriseDW_SSASWITH
MEMBER [Measures].[ParameterCaption] AS
[Date].[Fiscal Year].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Date].[Fiscal Year].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Date].[Fiscal Year].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS,
ORDER(
{[Date].[Fiscal Year].Children},[Measures].[ParameterCaption], DESC
) ON ROWS
FROM
(
SELECT
{
([Date].[Fiscal Year].[Fiscal Year].Members
,[Date].[Is Current Fiscal Year].&[Y]
,[Date].[Is Available For Finance].&[Y])
,
([Date].[Fiscal Year].[Fiscal Year].Members
,[Date].[Is Current Fiscal Year].Children
,[Date].[Is Available For Finance].&[Y]
)
} ON COLUMNS
FROM [Executive_Integrated_Financials]
)MDXQueryExecutive_Integrated_FinancialsWITH
MEMBER [Measures].[ParameterCaption] AS
[Date].[Fiscal Year].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Date].[Fiscal Year].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Date].[Fiscal Year].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS,
ORDER(
{[Date].[Fiscal Year].Children},[Measures].[ParameterCaption], DESC
) ON ROWS
FROM
(
SELECT
{
([Date].[Fiscal Year].[Fiscal Year].Members
,[Date].[Is Current Fiscal Year].&[Y]
,[Date].[Is Available For Finance].&[Y])
,
([Date].[Fiscal Year].[Fiscal Year].Members
,[Date].[Is Current Fiscal Year].Children
,[Date].[Is Available For Finance].&[Y]
)
} ON COLUMNS
FROM [Executive_Integrated_Financials]
)true<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Date].[Fiscal Year].[Fiscal Year]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterCaption]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterLevel]" />System.Int32=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.ValueSystem.StringRSDS_EnterpriseDW_SSAS=Parameters!DateFiscalYear.ValueWITH
MEMBER [Measures].[ParameterCaption] AS
[Date].[Calendar Period Filter].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Date].[Calendar Period Filter].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Date].[Calendar Period Filter].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Date].[Calendar Period Filter].Children ON ROWS
FROM
(
SELECT
StrToSet
(@DateFiscalYear
,CONSTRAINED
) ON COLUMNS
FROM [Executive_Integrated_Financials]
)MDXQueryExecutive_Integrated_FinancialsWITH
MEMBER [Measures].[ParameterCaption] AS
[Date].[Calendar Period Filter].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Date].[Calendar Period Filter].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Date].[Calendar Period Filter].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Date].[Calendar Period Filter].Children ON ROWS
FROM
(
SELECT
StrToSet
(@DateFiscalYear
,CONSTRAINED
) ON COLUMNS
FROM [Executive_Integrated_Financials]
)DateFiscalYear[Date].[Fiscal Year].&[FY 2013]
Date.Fiscal Year
[Date].[Fiscal Year]WITH MEMBER [Measures].[ParameterCaption] AS [Date].[Fiscal Year].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Date].[Fiscal Year].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Date].[Fiscal Year].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Date].[Fiscal Year].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]truetrue<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Date].[Calendar Period Filter].[Calendar Period Filter]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterCaption]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterLevel]" />System.Int32=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.ValueSystem.StringRSDS_EnterpriseDW_SSASWITH
MEMBER [Measures].[ParameterCaption] AS
[Org Unit].[Fund Code].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Org Unit].[Fund Code].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Org Unit].[Fund Code].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Org Unit].[Fund Code].ALLMEMBERS ON ROWS
FROM [Executive_Integrated_Financials]MDXQueryExecutive_Integrated_FinancialsWITH
MEMBER [Measures].[ParameterCaption] AS
[Org Unit].[Fund Code].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Org Unit].[Fund Code].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Org Unit].[Fund Code].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Org Unit].[Fund Code].ALLMEMBERS ON ROWS
FROM [Executive_Integrated_Financials]true<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Org Unit].[Fund Code].[Fund Code]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterCaption]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterLevel]" />System.Int32=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.ValueSystem.StringRSDS_EnterpriseDW_SSAS=Parameters!OrgUnitFundCode.ValueWITH
MEMBER [Measures].[ParameterCaption] AS
[Org Unit].[Control Org Unit].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Org Unit].[Control Org Unit].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Org Unit].[Control Org Unit].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Org Unit].[Control Org Unit].ALLMEMBERS ON ROWS
FROM
(
SELECT
StrToSet
(@OrgUnitFundCode
,CONSTRAINED
) ON COLUMNS
FROM [Executive_Integrated_Financials]
)MDXQueryExecutive_Integrated_FinancialsWITH
MEMBER [Measures].[ParameterCaption] AS
[Org Unit].[Control Org Unit].CurrentMember.Member_Caption
MEMBER [Measures].[ParameterValue] AS
[Org Unit].[Control Org Unit].CurrentMember.UniqueName
MEMBER [Measures].[ParameterLevel] AS
[Org Unit].[Control Org Unit].CurrentMember.Level.Ordinal
SELECT
{
[Measures].[ParameterCaption]
,[Measures].[ParameterValue]
,[Measures].[ParameterLevel]
} ON COLUMNS
,[Org Unit].[Control Org Unit].ALLMEMBERS ON ROWS
FROM
(
SELECT
StrToSet
(@OrgUnitFundCode
,CONSTRAINED
) ON COLUMNS
FROM [Executive_Integrated_Financials]
)OrgUnitFundCode[Org Unit].[Fund Code].[All]
Fund Code
[Org Unit].[Fund Code]WITH MEMBER [Measures].[ParameterCaption] AS [Org Unit].[Fund Code].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Org Unit].[Fund Code].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Org Unit].[Fund Code].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Org Unit].[Fund Code].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]truetrue<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Org Unit].[Control Org Unit].[Control Org Unit]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterCaption]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterLevel]" />System.Int32=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.ValueSystem.StringRSDS_EnterpriseDW_SSASWITH MEMBER [Measures].[ParameterCaption] AS [User].[Domain User Id].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [User].[Domain User Id].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [User].[Domain User Id].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [User].[Domain User Id].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]MDXQueryExecutive_Integrated_FinancialsWITH MEMBER [Measures].[ParameterCaption] AS [User].[Domain User Id].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [User].[Domain User Id].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [User].[Domain User Id].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [User].[Domain User Id].ALLMEMBERS ON ROWS FROM [Executive_Integrated_Financials]truetrue<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterCaption]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterLevel]" />System.Int32=Space(3*Fields!ParameterLevel.Value) + Fields!ParameterCaption.ValueSystem.StringRSDS_EnterpriseDW_SSASWITH MEMBER [Measures].[ParameterValue]
AS [Date].[Fiscal Year].CURRENTMEMBER.UNIQUENAME
SELECT
[Measures].[ParameterValue] ON COLUMNS,
[Date].[Fiscal Year].Children ON ROWS
FROM [Executive_Integrated_Financials]
WHERE [Date].[Is Current Fiscal Year].&[Y]MDXQueryExecutive_Integrated_FinancialsWITH MEMBER [Measures].[ParameterValue]
AS [Date].[Fiscal Year].CURRENTMEMBER.UNIQUENAME
SELECT
[Measures].[ParameterValue] ON COLUMNS,
[Date].[Fiscal Year].Children ON ROWS
FROM [Executive_Integrated_Financials]
WHERE [Date].[Is Current Fiscal Year].&[Y]<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Level" UniqueName="[Date].[Fiscal Year].[Fiscal Year]" />System.String<?xml version="1.0" encoding="utf-8"?><Field xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xsi:type="Measure" UniqueName="[Measures].[ParameterValue]" />System.Int32RSDS_EnterpriseDWSELECT ImageType, ImageLocation, SuggestedImageSize
FROM Configuration_Image
WHERE (ImageType = 'Banner')ImageTypeSystem.StringImageLocationSystem.StringSuggestedImageSizeSystem.StringtruetrueFundTextbox48=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pttruetrueGl ClassTextbox35=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pttruetrueGl CategoryTextbox24=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pttruetrueGl Sub CategoryTextbox15=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pttruetrueGl Code Textbox4=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt1.53125in1.34375in1.17708in1.17708in1.21875in0.25intruetrue=Fields!Gl_Code_Name.ValueGl_Code_NametrueGl_Sub_Category_Description=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),True)2pt2pt2pt2pttruetrue=Sum(Fields!Amount.Value)AmounttrueGl_Sub_Category_Description=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),False)2pt2pt2pt2pttruetrue=Sum(Fields!Debit_Amount.Value)Debit_Amount=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),False)2pt2pt2pt2pttruetrue=Sum(Fields!Credit_Amount.Value)Credit_Amount=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),False)2pt2pt2pt2pttruetrue=Sum(Fields!Balance.Value)BalancetrueGl_Sub_Category_Description=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),False)2pt2pt2pt2pt0.25intruetrueTextbox19=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Amount.Value)Textbox20=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Debit_Amount.Value)Textbox83=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Credit_Amount.Value)Textbox89=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Balance.Value)Textbox23=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueTextbox302pt2pt2pt2pttruetrue=Sum(Fields!Amount.Value)Textbox312pt2pt2pt2pttruetrue=Sum(Fields!Debit_Amount.Value)Textbox842pt2pt2pt2pttruetrue=Sum(Fields!Credit_Amount.Value)Textbox902pt2pt2pt2pttruetrue=Sum(Fields!Balance.Value)Textbox342pt2pt2pt2pt0.25intruetrueTextbox43=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Amount.Value)Textbox44=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Debit_Amount.Value)Textbox85=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Credit_Amount.Value)Textbox91=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pttruetrue=Sum(Fields!Balance.Value)Textbox47=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueTextbox582pt2pt2pt2pttruetrue=Sum(Fields!Amount.Value)Textbox592pt2pt2pt2pttruetrue=Sum(Fields!Debit_Amount.Value)Textbox862pt2pt2pt2pttruetrue=Sum(Fields!Credit_Amount.Value)Textbox922pt2pt2pt2pttruetrue=Sum(Fields!Balance.Value)Textbox622pt2pt2pt2pt0.25intruetrueGl Code NameTextbox5=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueBeginning BalanceTextbox7=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueYear to DateDebitTextbox81=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueYear to Date CreditTextbox87=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt0.25intruetrueBalanceTextbox13=First(Fields!Band1Color.Value, "GetColors")2pt2pt2pt2pt=Fields!Fund.Value=Fields!Fund_Code.Value2intruetrue=Fields!Fund.ValueFund2pt2pt2pt2pt=Fields!Gl_Class.Value=Fields!Gl_Class_Code.Value1intruetrue=Fields!Gl_Class.ValueGl_Class=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pt=Fields!Gl_Category_Code_Desc.Value=Fields!Gl_Category_Code_Desc.Value1.91667intruetrue=Fields!Gl_Category_Code_Desc.ValueGl_Category_Code_Desc2pt2pt2pt2pt=Fields!Gl_Sub_Category_Description.Value=Fields!Gl_Sub_Category_Description.Value2.02084intruetrue=Fields!Gl_Sub_Category_Description.ValueGl_Sub_Category_Description=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pt=Fields!Gl_Code_AK.Value=Fields!Gl_Code_AK.Value0.92708intruetrue=Fields!Gl_Code_AK.ValuetrueGl_Sub_Category_Description=Code.AlternateColor(First(Fields!BackgroundColor.Value, "GetColors"),First(Fields!BackgroundAlternateColor.Value, "GetColors"),False)2pt2pt2pt2pttrueGl_Sub_Category_Description0.92708intruetrueTotalTextbox18=First(Fields!Band3Color.Value, "GetColors")2pt2pt2pt2pttrueGl_Category_Code_Desc2.02084intruetrueTextbox1032pt2pt2pt2pt0.92708intruetrueTextbox1042pt2pt2pt2ptBeforetrueGl_Class1.91667intruetrueTextbox109=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pt2.02084intruetrueTextbox108=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2pt0.92708intruetrueTextbox105=First(Fields!Band2Color.Value, "GetColors")2pt2pt2pt2ptBeforetrueFund1intruetrueTextbox1112pt2pt2pt2pt1.91667intruetrueTextbox1102pt2pt2pt2pt2.02084intruetrueTextbox1072pt2pt2pt2pt0.92708intruetrueTextbox1062pt2pt2pt2ptBeforeTrialBalance_Query1.0925in0.01959in1.5in14.3125inExternal=First(Fields!ImageLocation.Value, "GetImage")FitProportional0.28062in3.69667in0.5in7.17708in1HETGroup2.5925in14.33209in1in1in1in1inStringDefault_Fiscal_YearParameterValueFiscal YearDateFiscalYearParameterValueParameterCaptionIndentedStringDateCalendarPeriodFilterParameterValueCalendar PeriodDateCalendarPeriodFilterParameterValueParameterCaptionIndentedString[Org Unit].[Fund Code].[All]Fund CodeOrgUnitFundCodeParameterValueParameterCaptionIndentedtrueString[Org Unit].[Control Org Unit].[All]Control Org UnitOrgUnitControlOrgUnitParameterValueParameterCaptionIndentedtrueString="[User].[Domain User Id].&["+User!UserID+"]"truetruePrivate bOddRow As Boolean
Function AlternateColor (ByVal OddColor As String, ByVal EvenColor As String, ByVal Toggle As Boolean) As String
If Toggle Then bOddRow = Not bOddRow
If bOddRow Then
Return OddColor
Else
Return EvenColor
End If
End FunctionInchba2cb72b-2313-457d-8a5d-af4cb89bf676