|
![]() |
Property | Value |
DataSetName | PurchaseOrderByMonth_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 |
SELECT NON EMPTY { [Measures].[Fact Purchase Order Amounts Count], [Measures].[Purchase Order Amount] } ON COLUMNS, NON EMPTY { ([Entry Date].[Calendar Period].[Calendar Period].ALLMEMBERS * [Purchase Order].[Buyer Id].[Buyer Id].ALLMEMBERS ) } DIMENSION PROPERTIES MEMBER_CAPTION, MEMBER_UNIQUE_NAME ON ROWS FROM ( SELECT ( STRTOSET(@PayeeIsMinority, CONSTRAINED) ) ON COLUMNS FROM ( SELECT ( STRTOSET(@FiscalYearDateFiscalYear, CONSTRAINED) ) ON COLUMNS FROM [PayablesPurchaseOrder])) WHERE ( IIF( STRTOSET(@FiscalYearDateFiscalYear, CONSTRAINED).Count = 1, STRTOSET(@FiscalYearDateFiscalYear, CONSTRAINED), [Fiscal Year Date].[Fiscal Year].currentmember ), IIF( STRTOSET(@PayeeIsMinority, CONSTRAINED).Count = 1, STRTOSET(@PayeeIsMinority, CONSTRAINED), [Payee].[Is Minority].currentmember ) ) CELL PROPERTIES VALUE, BACK_COLOR, FORE_COLOR, FORMATTED_VALUE, FORMAT_STRING, FONT_NAME, FONT_SIZE, FONT_FLAGS |
Field Name | Field Type | Field Value |
Buyer_Id |
System.String |
|
Calendar_Period |
System.String |
|
Fact_Purchase_Order_Amounts_Count |
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 |
ParameterLevel |
System.Int32 |
|
ParameterLevel |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
ParameterValue |
System.Int32 |
|
Purchase_Order_Amount |
System.Int32 |
Parameter Name | Parameter Value |
FiscalYearDateFiscalYear |
=Parameters!FiscalYearDateFiscalYear.Value |
FiscalYearDateFiscalYear |
=Parameters!FiscalYearDateFiscalYear.Value |
PayeeIsMinority |
=Parameters!PayeeIsMinority.Value |
Powered by BI Documenter |