Hi All
CRXI Developer, Oracle 9 DB
I have three types of patients with numbers like
02HS1234
04D02
09H2323
I need three separate reports for each of these patients and the data is all in the same table
I was able to get the first and second patients by using a record selection like:
{PATIENT} like '*HS*' as well as {PATIENT} like '*D*' for the second report, but the third one I can't figure it out since it has an "H" in it like the first report, so if I filter out "S" it gives me nothing
Any suggestions?
thanks
CRXI Developer, Oracle 9 DB
I have three types of patients with numbers like
02HS1234
04D02
09H2323
I need three separate reports for each of these patients and the data is all in the same table
I was able to get the first and second patients by using a record selection like:
{PATIENT} like '*HS*' as well as {PATIENT} like '*D*' for the second report, but the third one I can't figure it out since it has an "H" in it like the first report, so if I filter out "S" it gives me nothing
Any suggestions?
thanks