Skip to content

Move Step

Moves a step of a tablecalculation up or down.

Permissions

Command KindNeeded User Kind
WriteAdmin, Sys

Parameters

NameTypeDescriptionRequiredDefaultValues
CalculationstringName of the calculation ([Calculation]).yes
DirectionstringMove direction: [Up] or [Down].yes
StepstringName 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]