Appearance
Set Calculation Dimensions
Sets the dimension filters of a calculation.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | string | Name of the calculation ([Calculation]). | yes | ||
| Dimension | array of string | Dimension 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]