Hi everybody,
I have a case in one project and i want to see the amount of time in which state a task was, till it is completed. I have this field on the task entity:
When a task is set to a status "Not Started", "In Progress" or "Waiting on someone else" the fields should be calculated in hours and minutes for how long they were in this status.
Does anybody have an Idea how to implement it best? Does a calculated field help me solve this problem?
Thank you in advance!
Best Regards
Hello Elpibato
I think you need the separate the two time parameter values with a comma and not a minus sign.
ie. DIFFINHOURS(NOW(), tv_timetochangestatus)
Hi Kunihiko,
Thanks for your suggestion!
Thanks!!
The following is my suggestion:
1. Create a field that will hold the time at which the Status Reason was changed.
2. Create a workflow that will set this field to the current time whenever the Status Reason is altered.
3. Create a calculated field that will display the difference between the current time and the value found in the field created/set in steps 1 and 2.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,524 Super User 2024 Season 2
Martin Dráb 228,493 Most Valuable Professional
nmaenpaa 101,148