Hi,
Looking for some help i need to split the results of file Pick_Bin into two separate columns where the order ID is differnt
Table fields are:
Customer_ID
Order_Date
Order_No
Item_Code
Pick_Bin
Looking to get output like this.. so where the Pick_B results are 1 or 2 split into new columns
Looking for some help i need to split the results of file Pick_Bin into two separate columns where the order ID is differnt
Table fields are:
Customer_ID
Order_Date
Order_No
Item_Code
Pick_Bin
Looking to get output like this.. so where the Pick_B results are 1 or 2 split into new columns
Customer_ID | Order_Date | Order_No | Item_Code | Pick_Bin_1 | Pick_Bin_2 |
A14212 | 19/06/2025 | 111 | 444242 | 5 | 9 |
A55545 | 19/06/2025 | 222 | 24242 | 4 | 5 |
A87788 | 19/06/2025 | 1145 | 4242 | 1 | 3 |
Last edited: