You need to sign in to do that
Don't have an account?

I am trying to calculate the total amount of time when a milestone is paused
I have a field called (stopped since) that shows the time when the milestone is paused but when it gets activated again it disappears. If I pause it again it shows the current time. How do I calculate the total amount of time when the milestone is in pause.
You can create a new field to store the time when the milestone is changes from pause to activated so you can add them and show it.
Thanks.
You cannot hold more than 1 Value but you have to sum the value with previous value and save it.
For example: stopped since field contains: 8:30
you have activated the milestone then new field will save values as current time- stoppedsince.
Next time when it is again stopped the field contains: 9:40
when you again activate this will add old value + currenttime-stoppedsince field value.
Let me know if you face any issues.
If this solution helps, Please mark it as best answer.
Thanks,