Hello community,
I have numbers in one column (Nr). Now i want to "flag" x rows after where x is the number in this column.
The important thing is: If the numbers overlap the "flags" should be added.
Example
3 | 1 | first flag of 3 |
2 | 2 | second flag of 3 + first flag from 2 |
1 | 3 | last flag from 3 + last flag from 2 + first flag from 1 |
attached a workflow with testdata
Solved! Go to Solution.
Hey, @df.
I found the Generate Rows tool to be very helpful in this situation. My solution is attached.