I have a practical challenge.
I have a testdata-set of about 130.000 users.
Lets say I run a test that “eats up” 30.000 of those users (I cannot use them again).
Using .curcular I know I start at the top and take a new row every time using it up.
Is there a way to print which was the last testdatarow I used ?
In that case I can start my next simulation one row below that last used (possible having to delete all the “used” testdata).
Anyone with a similar challenge?
Thanks,
BR
Magnus