I'm trying to find the duration of time between multiple returned records. I run a report on the Procedure.timestamp field, and it returns multiple records, each at different time intervals. I would like to find the difference between these individual timestamps but I can't create the right formula. Thanks to Ken Hamady
and some of your posts
, I was able to successfully compute the duration of time between the earliest timestamp and the latest, but i just can't compute the duration between each returned record. Should I somehow dump the returned values into an array?