Bill_misc_IT Posted March 27, 2009 Posted March 27, 2009 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?
comment Posted March 27, 2009 Posted March 27, 2009 Define a time field, and make your "Done" script finish by setting this field to calculated result = Get (CurrentTimeStamp) - YourTable::timestamp_create
Recommended Posts
This topic is 5779 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now