Action
ShowHierarchy
Description
Chooses a new type of hierarchy for the dimension specified by
Row
and
Col
variables.
Examples
With Cube1
Call .setValue("Row", 1)
Call .setValue("Col", 1)
Call .setValue("AutoHierarchy", 2)
Call .DoAction("ShowHierarchy")
End With
Example Explanation
This example says: Click on cell (1, 1) of data grid, and for that dimension choose hierarchy type 2.
See also
SetValue
Sets a control variable
Notes
The data matrix grid begins at (0, 0) at its top left cell.
The
AutoHierarchy
variable can have one of the following values:
Value
0
Explorer mode
1
One level hierarchy
2
Two levels hierarchies
3
Complete Hierarchy
4
Only my sons (of selected dimension cell)
5
Only me (of selected dimension cell)
6
Final nodes (of selected dimension cell)