Appearance
Show Tree Hierarchy
Shows the hierarchy of each tree item. It displays the item and the parent sums (name and factor).
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Read | All |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Dimension | string | Name of the dimension ([Dimension]). | yes | ||
| Tree | string | Name of the tree ([Tree]). A tree is a hierarchical structure of a dimension. A tree is build of sums. These sums can contain other sums or elements of the dimension | yes | ||
| Invisibles | boolean | If 'True' invisible items or sums are shown. The default value is 'True'. | no | true | |
| Unique | boolean | An item can be associated with multiple sums. If 'True' only the first hierarchy of an item is shown. The default value is 'False'. | no | false |
Result
| Name | Type | Description |
|---|
Code
text
SHOW TREE HIERARCHY
DIMENSION=[string, Needed]
TREE=[string, Needed]
INVISIBLES=[boolean, default=true]
UNIQUE=[boolean, default=false]