|
![]() |
Property | Value |
DataSetName | PurchaseOrderByType_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].[Purchase Order Amount], [Measures].[Fact Purchase Order Amounts Count] } ON COLUMNS, NON EMPTY { ([Purchase Order].[Po Type].[Po Type].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 |
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 |
|
Po_Type |
System.String |
|
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 |