I have been fighting with Crystal Reports all morning and I think I'm defeated.
I have a report that pulls in data from several tables.
Our products have customer product ids and it is possible for the same product to have multiple customer ids. The issue is that the product is getting pulled in to the report multiple times causing errors in the totals.
For example:
Our part #10045 has two customer product ids for the same customer - 2130 and 0504. It is therefore getting pulled in twice along with all the sales date that goes with it.
It doesn't matter to me which customer id gets pulled but I can't seem to find a way to only show it once.
Here is an example of the fields on the report:
As you can see the total sales will wind up being 380.00, but in reality should only be 190.00
Report:
Customer ID Order # Product ID Total
2130 261417 10045 95.00
0504 261417 10045 95.00
2130 261787 10045 95.00
0504 261787 10045 95.00
Total Sales 380.00
Any help is appreciated
I have a report that pulls in data from several tables.
Our products have customer product ids and it is possible for the same product to have multiple customer ids. The issue is that the product is getting pulled in to the report multiple times causing errors in the totals.
For example:
Our part #10045 has two customer product ids for the same customer - 2130 and 0504. It is therefore getting pulled in twice along with all the sales date that goes with it.
It doesn't matter to me which customer id gets pulled but I can't seem to find a way to only show it once.
Here is an example of the fields on the report:
As you can see the total sales will wind up being 380.00, but in reality should only be 190.00
Report:
Customer ID Order # Product ID Total
2130 261417 10045 95.00
0504 261417 10045 95.00
2130 261787 10045 95.00
0504 261787 10045 95.00
Total Sales 380.00
Any help is appreciated