Jan 29, 2024 05:24 AM - edited Jan 29, 2024 05:25 AM
Hi!
We have a huge project with several tasks where I need to add to a timeline the completeness average percentage and, I think, this can be done in single task with this summary of the average percent of the grouped tasks.
In other words: I want to filter some tasks (yes/no) to make them appear in the timeline (they have dates) together with the related percentage of completeness.
I know that I already have the average percentage of completeness in the grid view, when groupping by any field (please check the print screen, where I group the tasks by the field "module").
Now I want to show this percentage in the timeline. But how?
I hope AirTable have it by default.... 🙏 !!!
Print:
1=Avg. % when groupped by module
2=Task (line) where I think the avg % can be included.
3=Timeline where, I think, if I filter by that task, the summary of the groupped tasks will be showed.
Thank you all in advance.
Feb 14, 2024 07:19 AM
Sorry for the delayed reply. I just now saw your ping on X (I almost never go there any more).
Unfortunately the values visible in Airtable's summary bars—average, sum, percent unique, etc—are not available to use elsewhere. They're for display only.
One approach that will work, though, would be to change the Module field from a single-select to a link to another table (Modules). In that Modules table, each module record would be linked to all related tasks, so you could add a rollup field to collect and calculate the average of those tasks' completeness. You could then change the primary field to a formula that would display both the module name and the average completion percentage from the rollup, making that value visible anywhere the module appears.
The "Average Completion" field uses the "AVERAGE(values)" aggregation function. For the Name field, the formula looks like this:
{Module Name} & " - " & ROUND({Average Completion} * 100, 0) & "%"
Over on the Tasks table—or anywhere else the module can be seen—that average percentage is visible.
Unfortunately you lose the individual colors for each module, but having the percentages visible might be a good tradeoff.
Will this work for your use case?
Feb 18, 2024 02:07 AM
Hi @Justin_Barrett !
Thank youu for the response, no matter the delay.
I will check your proposal and let you know the result.
THX!
BR.