|
|
Hi
The following search will do two things:
- It can be run to find all clients seen in the last 7 days
- It can also be run to find ONLY clients seen in the last 7 days who have email
The account numbers are counted.
To run the search to find ONLY clients with email then you will check line #2 on the search criteria tab.
To run the search to find ALL clients then you will uncheck line #2 on the search criteria tab.
Compare the two counted results to see the percentage of clients who have an email address listed.
This doesn't take into consideration if the client is new, old, or if any client or patient are marked inactive, deceased, etc...
It only looks to see if they have medical history in the last seven days.
search [Client] code 'M$BB0688' name 'Clients Seen Weekly'
category 'MSS Searches' (
[Client] exists in (
[History-Date] is greater than 'T-7'
) and
[Client-E--mail] is true
) report (
[Client-Account] summary (count),
[Client-Full Name] width 30,
[Client-E--mail-Text] width 30
) sort by (0 ascending) |
IP Logged
|