I need to export order information to spreadsheet in certain format. As shown in following table.
How can I combine one to many relationship item with quantity in to one cell?
Thanks in advance!
Now
Order Customer
OrderA John Item QtyOrderB Bill Item Qty OrderC Tom Item Qty Wanted
Order Customer Items
OrderA John Sugarx2,Pepsix4,Cokex2
OrderB Bill Fishx3, Chipsx3
OrderC Tom Cupx1, Cablex4
How can I combine one to many relationship item with quantity in to one cell?
Thanks in advance!
Now
Order Customer
OrderA John Item Qty
sugar 2
Pepsi 4
coke 2
fish 3
chips 3
cup 1
cable 4
Order Customer Items
OrderA John Sugarx2,Pepsix4,Cokex2
OrderB Bill Fishx3, Chipsx3
OrderC Tom Cupx1, Cablex4
Last edited: