Skip to content

Show Formula Items

Shows the items and sums of a formula.

Permissions

Command KindNeeded User Kind
ReadAll

Parameters

NameTypeDescriptionRequiredDefaultValues
DimensionstringName of the dimension ([Dimension]).yes
FormulastringName of the formula ([Formula]). A formula is a flat structure of a dimension. A Formula is build of items and sums. Sums are calculated with functions.yes
InvisiblesbooleanIf 'True' invisible items are shown. The default value is 'False'.notrue
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
TypestringType of the item: Item or Sum.
NamestringName of the formula.
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.
RubricstringRubric of the formula item.
FactornumberFactor of the formula item.
InvisiblebooleanIf 'True' the item is invisible.
InputstringInput for the KPI function of a sum.

Code

text
SHOW FORMULA ITEMS
DIMENSION=[string, Needed]
FORMULA=[string, Needed]
INVISIBLES=[boolean, default=true]
SUMSONLY=[boolean, default=false]
SUBTREE=[string]