|
|
This search will show the clients who only have a certain species. For example, you may want to see all your clients who only have equines. This search is set to run for canines, but you can change this to whatever species works for you.
search [Client] code 'M$LDR562' name 'Clients with ONLY a certain species'
category 'MSS Searches' (
[Client] does not exist in (
[Patient-Species Entry-Species] does not equal 'canine'
) and
[Client] exists in (
[Patient-Species Entry-Species] equals 'canine' and
[Client-Codes] does not contain 'i' and
[Patient-Codes] does not contain 'd,m,i'
)
) report (
[Client-Account],
[Client-Full Name]
) |
IP Logged
|