Skip to content

Show Tree Hierarchy

Shows the hierarchy of each tree item. It displays the item and the parent sums (name and factor).

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
TreestringName 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 dimensionyes
InvisiblesbooleanIf 'True' invisible items or sums are shown. The default value is 'True'.notrue
UniquebooleanAn item can be associated with multiple sums. If 'True' only the first hierarchy of an item is shown. The default value is 'False'.nofalse

Result

NameTypeDescription

Code

text
SHOW TREE HIERARCHY
DIMENSION=[string, Needed]
TREE=[string, Needed]
INVISIBLES=[boolean, default=true]
UNIQUE=[boolean, default=false]