Skip to content

Create Tree Item

Adds a dimension item to a tree sum.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
Itemarray of stringName of the dimension item ([Item]).yes
SumstringParent sum of the item ([Sum]). '<Top>' indicates the top level of the tree.yes
TreestringAdds an item to a tree ([Item].[Factor].[Invisible]), e.g. [800000].[1].[False].yes

Result

No fields

Code

text
CREATE TREE ITEM
DIMENSION=[string, Needed]
ITEM=[string, Multiple, Needed]
SUM=[string, Needed]
TREE=[string, Needed]