Form with Payment View

Form with Payment View

I have created an application with payment, and it works fine. However, in the view it displays each submission on one line, with each item checked for purchase listed with commas seperating them under their respective column.
 
I would like to have a sperate line displayed for each item selected for purchase. I've tried to figure it out on my own, but haven't been able to.
 
Any help would be greatly appreciated.
 
For instance, if one person selects choices 1, 2 and 5 for purchase, I would like the view to display three lines, one for each item that the person purchased.
 
Thanks again!