🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Generate a sequence iteration wise

User: "sgnarkhede2016"
New Altair Community Member
Updated by Jocelyn
Hello,
I want to generate a sequence like.

In my first loop, Five customers is coming then I will generate Id 1 to 5
In the next loop 7 Customer is coming I want to start Id from 6 and so as per iteration.

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Barradas"
    Altair Employee
    Accepted Answer
    @sgnarkhede2016 you'll need to Use Loop Batches, Generate ID, Extract Macro operator to do what you are trying to achieve.

    You'll extract the Max ID that was created with the extract Macro and then Use it as a parameter for the offset in the Generate ID.