progress bar (auto): dependancies and time tracked
Frederik Tylleman
add ability to update auto progress based on:
- dependancies (open vs closed)
- time tracked vs time estimated
The dependancies part was already requested several times in below post but never implemented even tough marked as complete:
Log In
pixojoy
Found a formula workaround for now to show a percentage as progress. Attached is a screenshot of how it looks inside my List View.
- (ROUND((field("Time tracked in hours")/field("Time estimated in hours")*100),2))& "%"
I'm using this formula to track my watchtime inside a course I'm taking. I have the total amount of watchtime as my "Time Estimate," and as I finish up videos, I add the duration of those videos to "Time Tracked."
However, I'd would like a way for it to be visual using a progress bar. I tried using parallelogram symbols to indicate progress using a twist on the formula below but it didn't quite work out.
- IF(DAYS(TODAY(), field("Date created"))<11, "🟢", IF(DAYS(TODAY(), field("Date created"))<21, "🟡","🔴"))
- Source: https://help.clickup.com/hc/en-us/articles/6308656424983-Calculate-using-Formula-Fields
Nevertheless, please make this feature possible. Formula workarounds are kind of a headache! A visual bar for this stuff would help add that nice pop of color to lists too.
Stefaan De Vreese
This would be soooo valuable!! PLease make this happen.
Carolyn Tran
Any update on when this feature would be implemented?
K
Kamal Patel
I'd love to have time tracking in terms of time elapsed of project and what percent manual completion we are at. If the project is done with half of the days, I'd hope to see the manual progress slider at 50% within 5-10% as a project manager. Building that in would be cool.
Also, tracking in terms of time tracked vs estimated would be great as well!
H
Henrique Rossato
In fact, we need a calculated progress based on time, but not seeing time tracked, just estimated / estimated. Sum of hours estimated of tasks pending / Sum of hours estimated of all tasks (pendind and done).
Jesús Licea
Especially with the tracking time vs Time estimated.