Sequence Array
Definition
Returns a sequence of numbers, starting from “start”, and increments by “step”, and ends at “stop”.
Options
-
Column output:
- Def: Specify the name of the column.
-
start:
- Def: Specify if the "start" is column or constant, and specify the columnName if column/ value if constant.
-
stop:
- Def: Specify if the "stop" is column or constant, and specify the columnName if column/ value if constant.
-
step:
- Def: Specify if the "step" is column or constant, and specify the columnName if column/ value if constant.