G
Guest
Hello,
I would like to display if the user is on pace with the required goal every
time the dial button is pressed. The clock always starts @ 8:30AM. The
clock always ends at 12:00pm. The goal is 50 messages withing the 3.5 hours.
So I was thinking:
MsgPace=-1*((ElapsedCallTime*(MsgGoal/MaxCallTime)-(ElapsedCallTime*(CurMsg/ElapsedCallTime)))
I am looking for negative numbers to signify not on pace to reach the goal
w/in the 3.5 hrs.
How do I figure out ElapsedCallTime, which is always going to be
CurTime-08:30AM? MaxCallTime will always be noon.
Thanks.
I would like to display if the user is on pace with the required goal every
time the dial button is pressed. The clock always starts @ 8:30AM. The
clock always ends at 12:00pm. The goal is 50 messages withing the 3.5 hours.
So I was thinking:
MsgPace=-1*((ElapsedCallTime*(MsgGoal/MaxCallTime)-(ElapsedCallTime*(CurMsg/ElapsedCallTime)))
I am looking for negative numbers to signify not on pace to reach the goal
w/in the 3.5 hrs.
How do I figure out ElapsedCallTime, which is always going to be
CurTime-08:30AM? MaxCallTime will always be noon.
Thanks.