|
![]() |
Property | Value |
DataSetName | FiscalYearDateFiscalYear |
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 |
WITH MEMBER [Measures].[ParameterCaption] AS [Fiscal Year Date].[Fiscal Year].CURRENTMEMBER.MEMBER_CAPTION MEMBER [Measures].[ParameterValue] AS [Fiscal Year Date].[Fiscal Year].CURRENTMEMBER.UNIQUENAME MEMBER [Measures].[ParameterLevel] AS [Fiscal Year Date].[Fiscal Year].CURRENTMEMBER.LEVEL.ORDINAL SELECT {[Measures].[ParameterCaption], [Measures].[ParameterValue], [Measures].[ParameterLevel]} ON COLUMNS , [Fiscal Year Date].[Fiscal Year].ALLMEMBERS ON ROWS FROM [PayablesPurchaseOrder] |
Field Name | Field Type | Field Value |
AmountRange |
=Switch(Fields!Purchase_Order_Amount.Value < 1000, "<1,000", Fields!Purchase_Order_Amount.Value >= 1000 and Fields!Purchase_Order_Amount.Value < 5000,"1,000 - <5,000", Fields!Purchase_Order_Amount.Value >= 5000 and Fields!Purchase_Order_Amount.Value < 50000, "5,000 - <50,000", Fields!Purchase_Order_Amount.Value >= 50000, "50,000+") |
|
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 |
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
Po_Status |
System.String |
|
Purchase_Order_Amount |
System.Int32 |
|
Purchase_Order_Key |
System.String |
Parameter Name | Parameter Value |
FiscalYearDateFiscalYear |
=Parameters!FiscalYearDateFiscalYear.Value |
FiscalYearDateFiscalYear |
=Parameters!FiscalYearDateFiscalYear.Value |
PayeeIsMinority |
=Parameters!PayeeIsMinority.Value |
Powered by BI Documenter |