Hi, how could I get a report where I could see the products sold in all my orders, and if this can have the session, it could be good too.
Something like this:
Session | Order | Product |
S01 | O01 | P01 |
S01 | O01 | P02 |
S02 | O02 | P01 |
Btw, the only way I managed to get it is something like this:
S01
O01
P01
P02
S02
O02
P01