priyanthan
Programmer
I need to create a report to find out the total down time for a Machine for a particular time frame
ErrorCode SetDateTime ClearDateTime
001 08/11/2010 11:23:00 08/11/2010 11:52:00
023 08/11/2010 12:59:00 08/11/2010 13:05:00
025 08/11/2010 12:58:00 08/11/2010 13:00:00
The issue here is that the total down time would be from 08/11/2010 11:23:00 to 08/11/2010 13:00:00, which is 97 mins. What ever the time in between
The start time and the end time need to omitted. (practically make sense.)
Can anyone help me how to calculate this.
Working DB2 and crystal 8.5.
ErrorCode SetDateTime ClearDateTime
001 08/11/2010 11:23:00 08/11/2010 11:52:00
023 08/11/2010 12:59:00 08/11/2010 13:05:00
025 08/11/2010 12:58:00 08/11/2010 13:00:00
The issue here is that the total down time would be from 08/11/2010 11:23:00 to 08/11/2010 13:00:00, which is 97 mins. What ever the time in between
The start time and the end time need to omitted. (practically make sense.)
Can anyone help me how to calculate this.
Working DB2 and crystal 8.5.