Hi
Ive tried lots of different methods but i cant get any to work.
I have a collection - colProducts1 with the columns below


I have a vertical gallery that picks up the 'Title' (product), the 'Category' and the 'Quantity' of this collection

I am trying to group the products by 'Title' and sum by the 'Quantity'.
My various attempts have managed to group by products, but the quantity wont show as its looking for a 'number'??
Or i can get it to add all the quantities together but not by grouped products.
Ideally id like the results in a new collection so i can display on a different page to the original collection.
Help please!!