RonWeyforth
MIS
I have a customer database that I want to group based on the customer number and then group on a customer's product expiration month. The purpose of this is to determine which customers have subscriptions that do not expire in the same month.
I am using a group selection formula:
count({@Expire},{SubsProd.Sp_SubID})>1
For the most part, the formula seems to find and display the customer records that have two or more products expiring in different months, however, there are still some customer records appearing that have two or more products expiring in the same month. What I am not doing correctly to get customer records that have two or more products expiring in different months only. Thanks.
I am using a group selection formula:
count({@Expire},{SubsProd.Sp_SubID})>1
For the most part, the formula seems to find and display the customer records that have two or more products expiring in different months, however, there are still some customer records appearing that have two or more products expiring in the same month. What I am not doing correctly to get customer records that have two or more products expiring in different months only. Thanks.