BadPenguin
Programmer
Here is the situation:
I am attempting to design a report that will show the products on order as well as the quantity on hand. I have 3 table I am working with: Products Table, LineItems Table, and Inventory Transactions (this is where our on hand comes from) table.
I need to sum the quantity ordered in the lineitems table and sum the transactions for each product on a single report. I can sum each individually, but when i put them together, the quantity ordered is incorrect (i think it is summing every order rather than open orders). Any thoughts, ideas, or help would be greatly appreciated.
I am attempting to design a report that will show the products on order as well as the quantity on hand. I have 3 table I am working with: Products Table, LineItems Table, and Inventory Transactions (this is where our on hand comes from) table.
I need to sum the quantity ordered in the lineitems table and sum the transactions for each product on a single report. I can sum each individually, but when i put them together, the quantity ordered is incorrect (i think it is summing every order rather than open orders). Any thoughts, ideas, or help would be greatly appreciated.