Hello,
I have a DB with tables as follows:
Customers -< Orders -< Order Line Items >- Products
v
|
Sales Campaign
Products are sold to customers based on a Sales Campaign. The Sales Campaign number is assigned to each Order. Product prices differ between Sales Campaigns.
I am trying to see a TOTAL of each product ordered based on any given Sales Campaign and I can't seem to figure it out. Any help is appreciated
I have a DB with tables as follows:
Customers -< Orders -< Order Line Items >- Products
v
|
Sales Campaign
Products are sold to customers based on a Sales Campaign. The Sales Campaign number is assigned to each Order. Product prices differ between Sales Campaigns.
I am trying to see a TOTAL of each product ordered based on any given Sales Campaign and I can't seem to figure it out. Any help is appreciated