A
Alex123
Hello,
I'm running a report based on a query that is based on three tables, PO,
list of products in stock, SO.
The three tables are related by product number.
I wanted to see stock status, any open PO and any open SO by product in stock.
So I created a query as such PO <- Prod in stk -> SO
I run the corresponding report, group it by product and this is what I get:
Prod1
PO1 SO1
PO1 SO2
PO2 SO1
PO2 SO2
So I get double data. Iif I consolidate by PO I get the following:
Prod1
PO1
SO1
SO2
PO2
SO1
SO2
--> I don't want the SO data to repeat itself. This is what I'm looking for:
Prod1
PO1 SO1
PO2 SO2
or
Prod1
PO1
SO1
SO2
PO2
Can you let me know how I can do this ?
Thanks,
Alex
I'm running a report based on a query that is based on three tables, PO,
list of products in stock, SO.
The three tables are related by product number.
I wanted to see stock status, any open PO and any open SO by product in stock.
So I created a query as such PO <- Prod in stk -> SO
I run the corresponding report, group it by product and this is what I get:
Prod1
PO1 SO1
PO1 SO2
PO2 SO1
PO2 SO2
So I get double data. Iif I consolidate by PO I get the following:
Prod1
PO1
SO1
SO2
PO2
SO1
SO2
--> I don't want the SO data to repeat itself. This is what I'm looking for:
Prod1
PO1 SO1
PO2 SO2
or
Prod1
PO1
SO1
SO2
PO2
Can you let me know how I can do this ?
Thanks,
Alex