mwaltercpa
New Member
- Joined
- Jul 14, 2014
- Messages
- 17
I have two tables, one has the [Sales data] (Customer and Sales Dollars), the other table has [Order Details] (Product line and SKU). Both are related with a 1:1 key.
I want a pivot report to show Customer (from sales) in the column, SKU (from orders) in the next column, and Product line (from orders) in the next... Then I want to sum sales in the math box.
What I'm getting however is unique customer# | ALL SKUS | and ALL PRODUCT LINES | The math correctly shows total sales for the customer#, however the sales$ are reapeating on every SKU and PL row.
Is there a way to blend the qualities from both tables (connected with a unique key), and show appropriate sales totals?
I want a pivot report to show Customer (from sales) in the column, SKU (from orders) in the next column, and Product line (from orders) in the next... Then I want to sum sales in the math box.
What I'm getting however is unique customer# | ALL SKUS | and ALL PRODUCT LINES | The math correctly shows total sales for the customer#, however the sales$ are reapeating on every SKU and PL row.
Is there a way to blend the qualities from both tables (connected with a unique key), and show appropriate sales totals?