Hi all,
I am new to CR (v.XI), so please go easy on me. I am using this report to pull clients seen in our clinic during the date range listed, but I only need them listed once. Here's the Show SQL Query from the Database menu:
SELECT encounter.servdate, encounter.clinic, patient.patno, patient.address, patient.city, patient.zip, patient.chartno
FROM cobb:informix.patient patient, cobb:informix.encounter encounter
WHERE (patient.patno=encounter.patno) AND patient.chartno<>'' AND encounter.servdate>{ts '2005-05-01 00:00:00'}
ORDER BY encounter.clinic, patient.patno
I'm sure there's an easy way to do this. Any help would be appreciated!
Thanks, Rich
I am new to CR (v.XI), so please go easy on me. I am using this report to pull clients seen in our clinic during the date range listed, but I only need them listed once. Here's the Show SQL Query from the Database menu:
SELECT encounter.servdate, encounter.clinic, patient.patno, patient.address, patient.city, patient.zip, patient.chartno
FROM cobb:informix.patient patient, cobb:informix.encounter encounter
WHERE (patient.patno=encounter.patno) AND patient.chartno<>'' AND encounter.servdate>{ts '2005-05-01 00:00:00'}
ORDER BY encounter.clinic, patient.patno
I'm sure there's an easy way to do this. Any help would be appreciated!
Thanks, Rich