Skip to content

Edit Tree Sum

Edits a tree sum.

Permissions

Command KindNeeded User Kind
WriteAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
SumstringName of the tree sum ([Sum]).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
BuilderstringFunction to build tree sums automatically. Dimension items are assigned to sums via functions, e.g. StrStarts("Cost_",Name())no
BuilderSortstringSort order of the builder function: [Name], [Caption1], [Caption2], [Caption3], [Caption4], [Caption5], [Caption6], [Caption7], [Caption8], [Caption9] or [Caption10].no
Caption1stringCaption 1no
Caption2stringCaption 2no
Caption3stringCaption 3no
Caption4stringCaption 4no
Caption5stringCaption 5no
Caption6stringCaption 6no
Caption7stringCaption 7no
Caption8stringCaption 8no
Caption9stringCaption 9no
Caption10stringCaption 10no
FactornumberA number value is changed via a factor ([NumberField].[Factor]). For example a factor of 1.25 adds 25% to the value.no
InvisiblebooleanIf 'True' the item or sum is not shown at output. The default value is 'False'.notrue
KpistringKpi function, e.g. Sum("Turnover") - Sum("Costs") + ItemRange("10000","20000") - Item("110002")no
NamestringNew name of the tree sum ([Name]).no
ParentstringParent sum of the new sum ([Sum]). '<Top>' indicates the top level of the tree.no

Result

No fields

Code

text
EDIT TREE SUM
DIMENSION=[string, Needed]
SUM=[string, Needed]
TREE=[string, Needed]
BUILDER=[string]
BUILDERSORT=[string]
CAPTION1=[string]
CAPTION2=[string]
CAPTION3=[string]
CAPTION4=[string]
CAPTION5=[string]
CAPTION6=[string]
CAPTION7=[string]
CAPTION8=[string]
CAPTION9=[string]
CAPTION10=[string]
FACTOR=[double]
INVISIBLE=[boolean, default=true]
KPI=[string]
NAME=[string]
PARENT=[string]