newbie0423
IS-IT--Management
Hello Experts,
I have a report that is showing the time a nurse went into a room and the time the nurse came out of the rooom. I am using a formula to get the total minutes the nurse was actually in the room.
@nursedifftime
DateDiff ("n",DateTime(CDate ("November 10, 1999"),{@nurseintime}),DateTime(CDate ("November 10, 1999"),{@nurseouttime}) )
and then I'm doing a count on the total minutes per week the nurse spends in each room
Nurse A IN Room Out Room total time
8:00 8:30 30
9:00 10:00 60
10:30 11:00 30
11:15 12:00 45
Total 165 would like this to say 2 hours and 45 mins
How can this be accomplished? I have tried to follow some of the previous post. but I have not found one that deals with times in this way.
I have a report that is showing the time a nurse went into a room and the time the nurse came out of the rooom. I am using a formula to get the total minutes the nurse was actually in the room.
@nursedifftime
DateDiff ("n",DateTime(CDate ("November 10, 1999"),{@nurseintime}),DateTime(CDate ("November 10, 1999"),{@nurseouttime}) )
and then I'm doing a count on the total minutes per week the nurse spends in each room
Nurse A IN Room Out Room total time
8:00 8:30 30
9:00 10:00 60
10:30 11:00 30
11:15 12:00 45
Total 165 would like this to say 2 hours and 45 mins
How can this be accomplished? I have tried to follow some of the previous post. but I have not found one that deals with times in this way.