Hello,
So i need to have the query show one line per customer order, the fields i have are as follows
Order_Date
Order_Number
Product_ID
results i see is
Order_Date Order_Number Product_ID
25/06/2024 592572 RRW01
25/06/2024 592572 RYTA02
i would like to see then like this is this possible?
Order_Date Order_Number Product_ID_1 Product_ID_2
25/06/2024 592572 RRW01 RYTA02
So i need to have the query show one line per customer order, the fields i have are as follows
Order_Date
Order_Number
Product_ID
results i see is
Order_Date Order_Number Product_ID
25/06/2024 592572 RRW01
25/06/2024 592572 RYTA02
i would like to see then like this is this possible?
Order_Date Order_Number Product_ID_1 Product_ID_2
25/06/2024 592572 RRW01 RYTA02