March 27, 200916 yr I'm trying to set up a field to calculate the elapsed time that an order takes. I've got a timestamp_create field that auto-enters a timestamp when a new record is created. I'd like to set-up a field/script that calculates the elapsed time in HH:MM:SS when the "Done" script is executed. I searched the forum, but didn't find a good solution?
March 27, 200916 yr Define a time field, and make your "Done" script finish by setting this field to calculated result = Get (CurrentTimeStamp) - YourTable::timestamp_create
Create an account or sign in to comment