Documentation
Logi Composer (Zoomdata)
Logi Info
Logi Report
Logi Predict
Logi Ad Hoc
Logi DataHub
Knowledge Base
Logi Composer (Zoomdata)
Logi Info
Logi Report
Helpful Tools
Logi Spark Cast
Logi Info Sample Center
Logi Info Upgrade Advisor
Logi Report API Doc
Support
Submit a Ticket Request
View Support Tickets
License Manager
Product Download
Getting Started
Logi Composer (Zoomdata)
Logi Info
Logi Report
Forums
Logi Composer (Zoomdata)
Logi Info
Logi Report
☰
Element Details: MDX+Filter+Dimension
Back
Available in: Logi Info
Source code name:
MdxFilterDimension
MdxFilterDimensions filter or slice values out of the OLAP cell set. Each dimension to be filtered should have an MdxFilterDimension.
Add MdxFilterValue elements for each member to be included or excluded for cell calculations.
Dimensions cannot be used in both MdxFilterDimension and MdxAxisDimension elements at the same time.
ATTRIBUTES
Click attribute Name to drill down for more information.
Name
Possible Values
Description
DimensionName
UserDefined
(Required) The name of a cube's dimension. Include brackets with the DimensionName, for example: [MyDimension]
FilterType
Include
Exclude
Indicates if the filter should include just the values in the FilterValue elements, or should exclude those values. The default value is "Include".
ID
UserDefined
The ID attribute is a pervasive attribute that uniquely identifies an element within a definition file. The ID needs to be a unique value within the definition.
PARENT ELEMENTS
Click element to drill down for more information.
MDX Query
CHILD ELEMENTS
Click element to drill down for more information.
MDX Filter Value
Back to top