Hi all,
I am working on a project for my team where they initially request for a top 5 of a current process but now are requesting a full series of the process I am completing within my tool container.
Process:
1. Remove RecordID 1
2. Remove Duplicates
3 Count for it and ID it.
4 Remove Record ID 1 and 2
5. Steps 2-3 again
Now the thing is i have to do this to about 100 ID's is there an easier way to do this, all while ID'ing the results?
I am super confused now but what I need to do is dynamically add a +1 to the record ID for each new ID generated.
| Record ID | ID |
| 1 | 1 |
| 1+2 | 2 |
| 1+2+3 | 3 |
| 1+2+3+... | ... |
Thanks!