Available in: Logi Info | Source code name: MdxDrilldown |
MdxDrilldown specifies a single member of the dimension to be drilled/expanded. Add any number of MdxDrilldown elements. The Value must be a member of the parent element's dimension.
Separate each level with the period character. When a member has spaces in the name, it must be enclosed in brackets.
Begin the Value with the dimension name.
Example for the first level of the Customers dimension: [Customers].[All Customers]
When there are multiple dimensions on a single axis, the members of each axis must be separated by the asterisk character.
Example with Customers, [Customers].[All Customers].[USA].[CA]*[Education Level].[All Education Level].[Graduate Degree]*[Gender].[All Gender].[M]
Specify a Value of "AllMembers" to expand all members of the dimension. |