I have an inventory system where I add products, the purchases of those products, and them allocate them to users. I need users to be able to have the ability to add product to a cart like feature. I have setup a repeating group to show their allocated product, however because the products can be allocated multiple times for the same product, the same product is showing on multiple lines. How Can I combine this product along with its quantity available? When I try grouping, nothing shows in the repeating group
My data sets are Products and Products allocated