Skip to content

Show Item Trees

Shows the trees where a dimension item is used.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
BracketsbooleanIf 'True' the trees are shown with brackets, e.g. [Products], [Region]. The default value is 'False'nofalse
Itemarray of stringName of the dimension item ([Item]).no
NullsbooleanIf 'True' items are hidden that are not used in any tree. The default value is 'False'.nofalse
Treearray of stringName 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 dimensionno

Result

NameTypeDescription
ItemstringName of the dimension item.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
AttributesstringList of the attributes of the dimension item.
TreesstringList of the trees where the dimension item is used.

Code

text
SHOW ITEM TREES
DIMENSION=[string, Needed]
BRACKETS=[boolean, default=false]
ITEM=[string, Multiple]
NULLS=[boolean, default=false]
TREE=[string, Multiple]