Hello!
We rarely post here because we do our best to find solutions on our own or by searching through the forums. This approach has helped us solve hundreds of issues in the past. However, this time, we’ve hit a roadblock we can’t seem to figure out, so we’re reaching out for advice.
Our Goal:
- Track total overdue time for each task (how many days a task is overdue over its lifetime).
- Calculate the average overdue time for all tasks in a project (e.g., if 1 task is overdue for 2 days and 9 tasks are never overdue, the average is 0.2 days).
What We Tried:
- Added a custom field, “Overdue Status” (options: “On Time” and “Overdue”).
- Created rules to set:
- “On Time” when the due date is updated.
- “Overdue” when a task becomes overdue.
- Used a dashboard chart to track “Time in Custom Field” for “Overdue.”
The Issue:
The chart only tracks tasks that were overdue at some point. Tasks never overdue aren’t included, which skews the average.
Any ideas on how to fix this? Thanks!