Documentation - RestApp

Sequence Array

Definition

Returns a sequence of numbers, starting from “start”, and increments by “step”, and ends at “stop”.

Options

  1. Column output:

    • Def: Specify the name of the column.
  2. start:

    • Def: Specify if the "start" is column or constant, and specify the columnName if column/ value if constant.
  3. stop:

    • Def: Specify if the "stop" is column or constant, and specify the columnName if column/ value if constant.
  4. step:

    • Def: Specify if the "step" is column or constant, and specify the columnName if column/ value if constant.