ActionShowHierarchy
DescriptionChooses 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 ExplanationThis example says: Click on cell (1, 1) of data grid, and for that dimension choose hierarchy type 2.
See also
SetValueSets a control variable
NotesThe data matrix grid begins at (0, 0) at its top left cell.
The AutoHierarchy variable can have one of the following values:
Value
0Explorer mode
1One level hierarchy
2Two levels hierarchies
3Complete Hierarchy
4Only my sons (of selected dimension cell)
5Only me (of selected dimension cell)
6Final nodes (of selected dimension cell)