calculate % complete through today
Field that automatically calculates percent complete from task start date through current day.
Eg, if I opened the schedule today (Sept 30):
Task1: Sept 1 – Oct 31, 50%
Task2: Sept 1 – Sept 30, 100%
Task3: Oct 1 – Oct 31, 0%
And opening the schedule on Oct 31, they would all show 100%
Thank you! please take a look at a comment
-
AdminJulia (Product Owner, ALM Works) commented
Hello Peter,
Thank you for your question!
How do you get these dates(start and end dates)? Do you use custom fields?
There is Formula(https://wiki.almworks.com/display/structure/Formulas) functionality in Structure, so you can just define something like (today - start_date)/(end_date - start_date)Also, probably our Structure.Gantt (https://marketplace.atlassian.com/apps/1217809/structure-gantt-planning-at-scale) will help: you can visualize issues and dependencies between them, track progress right on the chart: https://wiki.almworks.com/display/gantt/Progress.
Julia,
ALM Works team