I'm a novice to Crystal reports and need to create a report that counts the number of patients a doctor saw under several categories. For instance,
patient consultDr admitDr treatingDr therapyDr
001 DrABC DrABC DrABC DrXYZ
002 DrDEF DrABC DrDEF DrGHI
003 DrABC DrJKL DrDEF DrPQR
In this case DrABC would have a total count of 3 (pt 001, 002 and 003), the total count for DrDEF would be 2 (pt 002 and 003)and the total count for Drs GHI, JKL and PQR is 1.
In Access I create tables then use a distinct all union query.
Any ideas are greatly appreciated. Thank you.
patient consultDr admitDr treatingDr therapyDr
001 DrABC DrABC DrABC DrXYZ
002 DrDEF DrABC DrDEF DrGHI
003 DrABC DrJKL DrDEF DrPQR
In this case DrABC would have a total count of 3 (pt 001, 002 and 003), the total count for DrDEF would be 2 (pt 002 and 003)and the total count for Drs GHI, JKL and PQR is 1.
In Access I create tables then use a distinct all union query.
Any ideas are greatly appreciated. Thank you.