Skip to content

Set Calculation Dimensions

Sets the dimension filters of a calculation.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
CalculationstringName of the calculation ([Calculation]).yes
Dimensionarray of stringDimension used for the calculation filter ([Dimension].[Needed].[Unique]). If 'Needed' is 'True' the calculation must have a filter with this dimension. If 'Unique' is 'True' the filter can only have one item, e.g. [Product].[True].[False]no

Result

No fields

Code

text
SET CALCULATION DIMENSIONS
CALCULATION=[string, Needed]
DIMENSION=[string, Multiple]