Hi, I'm trying to regroup data coming from an external file on a same row using a unique ID. As you can see, in the file I could have 2 or more unique ID on different rows with different products, price and quantity but with the same total amount. How can I regroup those ID on the same row but wit...