Hi,

I need help with itemizing each product into a separate row based on the quantity:

Example:

This is currently what I have:

[Product][Quantity]
[CRT00000][3]
[CRT00001][2]

This is what I need:

[CRT00000][1]
[CRT00000][1]
[CRT00000][1]
[CRT00001][1]
[CRT00001][1]

Does anyone know how I can make this happen?

Thank you very much in advance.