Sequencer
The Sequencer function allows you to generate a sequence of numbers with a specific starting point and increment. You can add a unique ID, row number, or ordered value to each record in your dataset.
This is helpful when you need to:
- Create a running number for each row
- Sort or track records in a specific order
- Add a custom sequence for reporting or calculations
How to use Sequencer?
Step 1: Join the sequencer to the step.
Step 2: Open the sequencer and input the required details according to your preferences.
- Start Value: This is where you specify the initial value from which you want the sequence to begin. For example, if you want it to start at one, you’d enter “1.”
- Increment Step: Here, you define the amount by which the sequence should increase with each step. For instance, if you want to increment by 2, your sequence will be 1, 3, 5, 7, and so on.
- Column Name: This is where you provide a name for the column where the sequence will be generated, as chosen by the user.
Step 3: Run the graph and observe the result in the preview data section.
For example:
- We inputted “1” in the “Start” field.
- “3” is entered in the “Increment by” field.
- We specified “Sequence” in the “Column Name” field.
- Save it.

Preview
