Crystal Reports XI; SQL Server Database
I want to suppress a detailed record if it falls in more than one Group. so, if a customer is in Group A (The top group) and it also falls in a following group, how can I suppress the record only in the following group.
**Suppress if duplicate** does not work with various groups.
Current Output:
Group A
Customer1
Customer2
Customer7
Group B
Customer2
Customer4
Customer5
Customer9
Expected Output:
Group A
Customer1
Customer2
Customer7
Group B
Customer4
Customer5
Customer9
thanks for your help !
I want to suppress a detailed record if it falls in more than one Group. so, if a customer is in Group A (The top group) and it also falls in a following group, how can I suppress the record only in the following group.
**Suppress if duplicate** does not work with various groups.
Current Output:
Group A
Customer1
Customer2
Customer7
Group B
Customer2
Customer4
Customer5
Customer9
Expected Output:
Group A
Customer1
Customer2
Customer7
Group B
Customer4
Customer5
Customer9
thanks for your help !