Database: SQL Server 2000
Application: Crystal Reports XI
Background Information:
I've created a report for Marketing that shows Win/Loss ratio bases on Quotes that turned into Orders. I've created a report that already has three groupings Calendar Month/Year, Sales Rep, and Discounted %.
Problem:
I wanted to see/ask if it is possible to exclude quotes from the report that are duplicate quotes.
For example, we may have 5 quotes for the same customer but for different distributors/sales reps and only one of the quotes turned into an order. In this example, we would have a Win/Loss ratio of 20%. The correct ratio should be 100%.
I'm trying to find out the following:
1) How to do a Group By with a Having Count(*) > 1 in a formula so that I don't have to create a separate grouping
2) How exclude the duplicates and only keep the one that has a corresponding Order Number
Thanks much.
Application: Crystal Reports XI
Background Information:
I've created a report for Marketing that shows Win/Loss ratio bases on Quotes that turned into Orders. I've created a report that already has three groupings Calendar Month/Year, Sales Rep, and Discounted %.
Problem:
I wanted to see/ask if it is possible to exclude quotes from the report that are duplicate quotes.
For example, we may have 5 quotes for the same customer but for different distributors/sales reps and only one of the quotes turned into an order. In this example, we would have a Win/Loss ratio of 20%. The correct ratio should be 100%.
I'm trying to find out the following:
1) How to do a Group By with a Having Count(*) > 1 in a formula so that I don't have to create a separate grouping
2) How exclude the duplicates and only keep the one that has a corresponding Order Number
Thanks much.