Hi, I can't figure out where to start on this report. We have an exams view where we want the Patient Name, medical record number, exam code, date of exam returned. The criteria is that we don't want any results returned for patients who have exams in more than one dept done on the same day. So if the patient has an exam in Dept A and then another exam on the same day for Dept B, we want them excluded from the report.
The user will input the dept in the report parameter. So if they enter "Dept A", they should only get data returned for those patients who didn't have any other exams in the other departments.
Part 2: As an added twist, how to exclude those patients where the exams are done within the same department also on the same day? So basically no exceptions regardless of which department the exam was performed in.
I was thinking of comparing the date and dept but for the life of me can't figure out how to do this in Crystal Reports.
Using Crystal Reports 11.
Thanks.
The user will input the dept in the report parameter. So if they enter "Dept A", they should only get data returned for those patients who didn't have any other exams in the other departments.
Part 2: As an added twist, how to exclude those patients where the exams are done within the same department also on the same day? So basically no exceptions regardless of which department the exam was performed in.
I was thinking of comparing the date and dept but for the life of me can't figure out how to do this in Crystal Reports.
Using Crystal Reports 11.
Thanks.