I have a table called Encounters with the following fields:
Client_ID
Service_Cat
Encounter_date
The values for the Service_Cat field are either "PC" (Primary Care) or "cm" (Case Management). There is one record for each encounter. A client can have multiple encounters and most do.
Some clients have only Primary Care encounters (records where service_cat="pc"
or only Case Management Encounters ( records where Service_cat="cm"
, while some clients have BOTH. I am interested in the clients who have BOTH types during the reporting period. How can they be counted?
Thanks,
Jay
Client_ID
Service_Cat
Encounter_date
The values for the Service_Cat field are either "PC" (Primary Care) or "cm" (Case Management). There is one record for each encounter. A client can have multiple encounters and most do.
Some clients have only Primary Care encounters (records where service_cat="pc"
Thanks,
Jay