Integrated Financials
 TopVendorPurchaseOrder_Query (Report Data Set)
  Properties
Property Value
DataSetName TopVendorPurchaseOrder_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
  Query Command Text
SELECT 
{
[Measures].[Purchase Order Amount]
,[Measures].[Paid Amount]
,[Measures].[Encumbered Balance]
,[Measures].[Fact Purchase Order Amounts Count]
,[Measures].[Number Of Items]
,[Measures].[Number Of Change Orders]
} ON COLUMNS,
NON EMPTY
{
   TOPCOUNT([Payee].[Payee Id].[Payee Id].MEMBERS,1000,[Measures].[Purchase Order Amount]) *
  [Payee].[Payee Sequence].[Payee Sequence].ALLMEMBERS*
  [Payee].[Payee Name].[Payee Name].ALLMEMBERS*
  [Entry Date].[Date Name].[Date Name].ALLMEMBERS*
  [Purchase Order].[Purchase Order Key].[Purchase Order Key].ALLMEMBERS*
  [Purchase Order].[Po Status].[Po Status].ALLMEMBERS*
  [Purchase Order].[Buyer].[Buyer].ALLMEMBERS*
  [Purchase Order].[Po Type].[Po Type].ALLMEMBERS
}
ON ROWS
FROM [PayablesPurchaseOrder]
WHERE 
(
 STRTOSET(@FiscalYearDateFiscalYear)
  , STRTOSET(@ZipCountyState)
  ,STRTOSET(@ZipCountyCounty)
  ,STRTOSET(@PayeeIsMinority)
 )
  Fields
Field Name Field Type Field Value
BackgroundAlternateColor
System.String
BackgroundColor
System.String
Band1Color
System.String
Band2Color
System.String
Band3Color
System.String
Band4Color
System.String
Band5Color
System.String
Band6Color
System.String
Buyer
System.String
County
System.String
Date_Name
System.String
Encumbered_Balance
System.Int32
Fact_Purchase_Order_Amounts_Count
System.Int32
Fiscal_Year
System.String
Fiscal_Year
System.String
ImageLocation
System.String
ImageType
System.String
Is_Minority
System.String
Number_Of_Change_Orders
System.Int32
Number_Of_Items
System.Int32
Paid_Amount
System.Int32
ParameterCaption
System.Int32
ParameterCaption
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
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
ParameterLevel
System.Int32
ParameterLevel
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
ParameterValue
System.Int32
Payee_Id
System.String
Payee_Name
System.String
Payee_Sequence
System.String
Po_Status
System.String
Po_Type
System.String
Purchase_Order_Amount
System.Int32
Purchase_Order_Key
System.String
State
System.String
SuggestedImageSize
System.String
  Query Parameters
Parameter Name Parameter Value
FiscalYearDateFiscalYear
=Parameters!FiscalYearDateFiscalYear.Value
PayeeIsMinority
=Parameters!PayeeIsMinority.Value
ZipCountyCounty
=Parameters!ZipCountyCounty.Value
ZipCountyState
=Parameters!ZipCountyState.Value
ZipCountyState
=Parameters!ZipCountyState.Value
Powered by BI Documenter