JonathanNYC
IS-IT--Management
I am successfully counting operating rooms that start with the letter "A" and an admission status = "AMS" (see formula I am using below). There are a few sitautions where the admission status is empty and I wish to count the number of such instances.
Here's the formula I am using to count AMS:
if {pcmORroom.orName} startswith "A" and {pcxHospInfo.admissionStatus} = "AMS" then
1
else
0
Requesting help with syntax that would allow me to count the number of cases in a room starting with A when the field is empty.
I am thinking there is an isnull as part of the formula.
I am using CR10.
Here's the formula I am using to count AMS:
if {pcmORroom.orName} startswith "A" and {pcxHospInfo.admissionStatus} = "AMS" then
1
else
0
Requesting help with syntax that would allow me to count the number of cases in a room starting with A when the field is empty.
I am thinking there is an isnull as part of the formula.
I am using CR10.