Status time stamp and duration calculation

Hello everyone,
In my database I have status (of ENUM type). I update it manually as processing goes on. My question is how can I add an automatic time stamp for each status to calculate the duration of that step and at the end to calculate the accumulated duration for all steps.
many thanks

0 3 440
3 REPLIES 3

Add as many ChangeTimestamp fields as you have status values. Then you can read each durations separately. Please check this article…

Thank you so much Aleksi. Very helpful

You’re welcome

Top Labels in this Space