Crystal 8.5
I need to write report that returns patients that have multiple qualifications of the same field. Example: Need patients who have had hosp_svc equal to 'SRC' and 'SDS' and 'GNC' over the past year.
I have tried the following-
hosp_svc in ('SRC','SDS','GNC')
hosp_svc in SRC and
hosp_svc in SDS and ....
but it is not giving me the expected results.
Thanking you in advance for any help
I need to write report that returns patients that have multiple qualifications of the same field. Example: Need patients who have had hosp_svc equal to 'SRC' and 'SDS' and 'GNC' over the past year.
I have tried the following-
hosp_svc in ('SRC','SDS','GNC')
hosp_svc in SRC and
hosp_svc in SDS and ....
but it is not giving me the expected results.
Thanking you in advance for any help