Appearance
Move Step
Moves a step of a tablecalculation up or down.
Permissions
| Command Kind | Needed User Kind |
|---|---|
| Write | Admin, Sys |
Parameters
| Name | Type | Description | Required | Default | Values |
|---|---|---|---|---|---|
| Calculation | string | Name of the calculation ([Calculation]). | yes | ||
| Direction | string | Move direction: [Up] or [Down]. | yes | ||
| Step | string | Name of the step ([Step]). A calculation consists of steps. | yes |
Result
No fields
Code
text
MOVE STEP
CALCULATION=[string, Needed]
DIRECTION=[string, Needed]
STEP=[string, Needed]