Skip to content

Show Tree Items

Shows the dimension items and sums of a tree.

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
LevelintegerMax level to be shown. If it is '0' all levels are shown. The default value is '0'.no0
SumsOnlybooleanIf 'True' only sums are shown. The default value is 'False'.nofalse
SubtreestringName of the subtree ([Subtree]). A subtree is a flat extract of items and sums of the tree.no

Result

NameTypeDescription
LevelintegerLevel of the item or sum.
TypestringType of the tree item: Item or Sum.
NamestringName of the tree item.
Caption1stringCaption 1
Caption2stringCaption 2
Caption3stringCaption 3
Caption4stringCaption 4
Caption5stringCaption 5
Caption6stringCaption 6
Caption7stringCaption 7
Caption8stringCaption 8
Caption9stringCaption 9
Caption10stringCaption 10
AttributesstringList of the dimension item attributes.
FactornumberFactor of the tree item or sum.
TreeFactornumberCumulated factor from all parents of the item or sum.
InvisiblebooleanIf 'True' the item or sum is invisible.
KpistringCalculation of the tree sum KPI. The KPI consists of three parts separated by dot. The first part is a list of tree items and sums, which are added. The third part is also a list of tree items and sums, which are added. The second part is a mathematical operator for part one and three. It is the keyword for the parser: [None], ([Addition], [Add] or [+]), ([Subtraction], [Sub] or [-]), ([Multiplication], [Mul] or [*]), ([Division], [Div] or [/]), ([PercentDeviation], [Percent] or [%]), e.g. [Personnel Costs],[Material Costs],[Marketing costs].[%].[Turnover]
BuilderstringFunction to build automatically tree sums.
BuilderSortstringSort order of the builder function: Name, Caption1, Caption2, Caption3, Caption4, Caption5, Caption6, Caption7, Caption8, Caption9 or Caption10.

Code

text
SHOW TREE ITEMS
DIMENSION=[string, Needed]
TREE=[string, Needed]
INVISIBLES=[boolean, default=true]
LEVEL=[integer, default=0]
SUMSONLY=[boolean, default=false]
SUBTREE=[string]