Hello, not sure how to do this so thought I would ask on here.
Im pulling out sales information, and I want to count the number of sales where 2 products have been sold on the same sale ID.
eg I want to count how many sales are done product1s are sold with product2s:
SaleID Item Qty
1 Product1 2
2 Product1 3
2 Product2 2
3 Product2 1
So looking at the above the report should tell me only one sale was sold with product1 and product2 on it.
Im using Crystal 10, I have tried grouping by sales ID and then trying doing some werid sums like if statements, but I cant do it.
Please help!
Im pulling out sales information, and I want to count the number of sales where 2 products have been sold on the same sale ID.
eg I want to count how many sales are done product1s are sold with product2s:
SaleID Item Qty
1 Product1 2
2 Product1 3
2 Product2 2
3 Product2 1
So looking at the above the report should tell me only one sale was sold with product1 and product2 on it.
Im using Crystal 10, I have tried grouping by sales ID and then trying doing some werid sums like if statements, but I cant do it.
Please help!