Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How to calculate average time between 2 row?
Please find the attached scenerio....
Hi,
First calculate the difference between (use function ABOVEpar example) two dates / hours and transform to minutes
then, you divide by two result (minutes) and then adds obtained minutes the first of the dates / times
Hi,
First calculate the difference between (use function ABOVEpar example) two dates / hours and transform to minutes
then, you divide by two result (minutes) and then adds obtained minutes the first of the dates / times
Timestamp(Numavg(timestamp1, previous(timestamp1)))
?
hope this helps
regards
Marco
Hi Noman,
Try this
Timestamp(Numavg(timestamp1, previous(timestamp1)),'MM/DD/YYYY hh:mm:ss')
Regards
KC