First Thanks for all the help this forum brings! I try to read the archives and have already gained alot of knowlege, but I am still stuck with a problem.
Here is my problem.
I have work orders that are time stamped. Some work orders are created that over flow to the next day. I need to caculate the minutes it takes for the work order to be completed. I have no problem if the work order is started and finished the same day. I only have a problem when it goes over a day.
So far I have in my formula
DateDiff("s",{WO.REQUESTTIME},{WO.COMPLETIONTIME}) / 60
^ that gives me my minutes.
I also have in my fields that will show the date.
{WO.REQUESTDATE}{WO.COMPLETIONDATE} but I do not use these as of yet in my formula.
Example a work order on 5/2/04 started at 23:09 then ended the next day at 02:24 5/3/04 gives me
a number of -1246 <rounded up
All of the work orders that carry over to the next day gives me a high negitive number. If anyone can help. I would appreciate it very much or if my original formula is not proper please let me know.
TIA
Here is my problem.
I have work orders that are time stamped. Some work orders are created that over flow to the next day. I need to caculate the minutes it takes for the work order to be completed. I have no problem if the work order is started and finished the same day. I only have a problem when it goes over a day.
So far I have in my formula
DateDiff("s",{WO.REQUESTTIME},{WO.COMPLETIONTIME}) / 60
^ that gives me my minutes.
I also have in my fields that will show the date.
{WO.REQUESTDATE}{WO.COMPLETIONDATE} but I do not use these as of yet in my formula.
Example a work order on 5/2/04 started at 23:09 then ended the next day at 02:24 5/3/04 gives me
a number of -1246 <rounded up
All of the work orders that carry over to the next day gives me a high negitive number. If anyone can help. I would appreciate it very much or if my original formula is not proper please let me know.
TIA