Hello Team -
In processing data a lot of times I will add rows and do right([RowNo],1) so that I can get a clean 0,1,2,3,4,5,6,7,8,9 = 10 queues for iteration.
It would be helpful if there was a more efficient way to split that up over more than 10, regardless of the row count.
Any thoughts on how I can make this more efficient
The example in my screenshot is loading 10 customers per second or 1 per second per iteration queue. My theory is that if I have enough capacity on my machine that I could do more.