Question

I want to create a sequence of numbers starting from 1 but ending at a certain point which it will decide from attribute value coming from the SQL executor, suppose the value came out as 100, then I would want to create sequence of numbers upto 100.


Badge
I want to create a sequence of numbers starting from 1 but ending at a certain point which it will decide from attribute value coming from the SQL executor, suppose the value came out as 100, then I would want to create sequence of numbers upto 100. How ?

4 replies

Userlevel 4

If you want a separate feature for each number of the sequence, then look at the Cloner.

Badge

If you want a separate feature for each number of the sequence, then look at the Cloner.

Thank you, can it be done via making a custom transformer using counters? I was trying out that way

Userlevel 4

Thank you, can it be done via making a custom transformer using counters? I was trying out that way

Will the Cloner not work for your use?

Badge

Thank you, can it be done via making a custom transformer using counters? I was trying out that way

worked, but was trying another method

Reply