Crystal v8.5
I am trying to pull all subscribers in our enrollment database who do not have a particular coverage type (i.e. Life Insurance). The problem I am having is that each subscriber can have more than one line of data in the system (i.e. they have Medical, Dental, etc.).
When I try to extract the subscribers who do not have Life Insurance, it reads each line of data and evaluates them individually and returns data if Medical doesn't equal Life, Dental doesn't equal Life, etc..
Any thoughts on how to evaluate a subscriber with a unique ID number (in Member Table) and link to Plan Type (in Enrollment Table)?
Thanks!
I am trying to pull all subscribers in our enrollment database who do not have a particular coverage type (i.e. Life Insurance). The problem I am having is that each subscriber can have more than one line of data in the system (i.e. they have Medical, Dental, etc.).
When I try to extract the subscribers who do not have Life Insurance, it reads each line of data and evaluates them individually and returns data if Medical doesn't equal Life, Dental doesn't equal Life, etc..
Any thoughts on how to evaluate a subscriber with a unique ID number (in Member Table) and link to Plan Type (in Enrollment Table)?
Thanks!