[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Average Time Between Work Tickets - SQR / Maximo -Reply -Reply
- Subject: Re: Average Time Between Work Tickets - SQR / Maximo -Reply -Reply
- From: Wes Williams <wwilliams@MAIL.RKD.SNDS.COM>
- Date: Thu, 19 Nov 1998 06:26:54 -0600
Yes, it was just food for thougt. For strictly avg time between work orders, you would have to do as Chris said..
Store all datediffs for workorder reportdates in an array (or an
accumulating variable),
sum and divide by the count.
Wes