[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



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