Jonathan212
IS-IT--Management
I am using a group selection formula to find the minimum, or first case of the day, in a operating room. This formula is working correctly. The formula is:
pcmOpTime.timePatientInRoom} = minimum ({pcmOpTime.timePatientInRoom},
{pcmORroom.orName})
I am using a formula to calculate variance in scheduled start time to actual start time, and the formula is called @VarStart (number) and this formula is working correctly and is:
datediff("n",{pcmCase.actualStartTime},{pcmCase.scheduledStartTime})
I am able to determine the number of cases in a month that had “0”, but I can’t figure out yet how to identify the number of cases that had 0 as well as a positive variance. For example, if I had varstart of:
-10
0
7
0
9
-12
I would like to be able to report a count of 4. Thus far, when I do range for varstart (e.g., 0 or greater) it seems to mess up my group selection formula.
Any recommendations for doing a running total formula or using some other formula to get my count would be helpful.
I am using CR10.
Thank you very much in advance.
Jonathan
pcmOpTime.timePatientInRoom} = minimum ({pcmOpTime.timePatientInRoom},
{pcmORroom.orName})
I am using a formula to calculate variance in scheduled start time to actual start time, and the formula is called @VarStart (number) and this formula is working correctly and is:
datediff("n",{pcmCase.actualStartTime},{pcmCase.scheduledStartTime})
I am able to determine the number of cases in a month that had “0”, but I can’t figure out yet how to identify the number of cases that had 0 as well as a positive variance. For example, if I had varstart of:
-10
0
7
0
9
-12
I would like to be able to report a count of 4. Thus far, when I do range for varstart (e.g., 0 or greater) it seems to mess up my group selection formula.
Any recommendations for doing a running total formula or using some other formula to get my count would be helpful.
I am using CR10.
Thank you very much in advance.
Jonathan