Felix, the problem is as follows:
When randomly generating repair items, when creating an item using the By Percentage function, 1658,0 items (51,95%) are generated. These items go to the Queue after creation. After reaching Queue I need to create a batch of 6 items to be sent to the next workcenter.
When 1658 repair items are generated, the number of batches is not an even number 1658/6 = 276,3 and I still have items on Queue that cannot be formed into a batch.
So the goal is to randomly generate a number of repair items close to 51,95% but still even number of items in the batch. For example 1656 pieces. In this case the number of batches will be 1656/6 = 276, and it will give the opportunity to form batches of all items and pass to the next work center.
Can we use another solution instead of the By Percentage function?
