Element Details: MDX+Axis+Dimension
 Back


Available in: Logi Info Source code name: MdxAxisDimension

MdxAxisDimensions specify the Dimensions that will be shown in an OlapTable or OlapGrid, across the top or left side. Generally, the OlapTable requires MdxAxisDimensions, since the user has no way of adding them. But the OlapGrid allows user selection of Dimensions, so MdxAxisDimensions need only be specified for "default" Dimensions.

There must be at least one Dimension for the left axis to see any OLAP results.

You may specify a Hierarchy in the DimensionName attribute. For example: [MyDimension].[MyHierarchy]

You may have any number of MdxAxisDimensions for either Axis.



ATTRIBUTES

Click attribute Name to drill down for more information.

NamePossible ValuesDescription
Axis
Top
Left
(Required) The axis location where the dimension will be shown, either Top or Left.
DimensionName
UserDefined
(Required) The name of a cube's dimension. Include brackets with the DimensionName, for example: [MyDimension]
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.
TopMember
UserDefined
Sets the top member, and thus the top level, to be returned. The default top member is the Dimension's first member. Example: [Product].[All Products].[Food]



PARENT ELEMENTS

Click element to drill down for more information.

MDX Query


CHILD ELEMENTS

Click element to drill down for more information.

MDX Drill-Down
MDX Drill-Up
MDX Find MDX Member Property


 Back to top