Repeating value in a flat table based on the sum of another value in the script
Looking for some help with repeating a specific value. What I need is for [Item ID] to repeat in the table as many times as the sum of CountOrderItemIDs.
This is a very simplistic view of how my data is currently set up:
But this is how I need the data to be coming through:
**This is an example data set. The actual data set has thousands of unique Item IDs with much large CountOrderID sums, so I would need something that can be automated on a large set of data.