Appearance
Set Step Filters
Sets the filters for a step.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | string | Name of the calculation ([Calculation]). | yes | ||
| Step | string | Name of the step ([Step]). A calculation consists of steps. | yes | ||
| Dimension | array of string | Uses the dimension filter from the calculation ([Dimension]). | no | ||
| Filter | array of string | Filters by dimension item ([Dimension].[Item]) or tree sum ([Dimension].[Tree].[Sum]). | no |
Result
No fields
Code
text
SET STEP FILTERS
CALCULATION=[string, Needed]
STEP=[string, Needed]
DIMENSION=[string, Multiple]
FILTER=[string, Multiple]