Pacer

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
How do I get ElapsedCallTime to be something like (11:30-8:30)? If you can
help on this, I think I can get the rest.
 
I can't seem to find an example of something that looks like:
(07062007 11:30 - 07062007 8:30) = 3
 
Back
Top