Feb 19, 2024 06:27 AM
Hi all!
I've been scratching my head and couldn't solve the problem quickly, so I'm asking for your help.
I need to display a progress bar with the percentage of completion of a specific task, under which there are subtasks. In order to understand the percentage of task completion, we take the subtask as the source. If out of 10 subtasks only one is completed, then we get 10% of the main task completed, a certain run rate.
It looks like a similar task can be implemented through a formula, but I was unable to write a correct formula using if, counting and division.
How can this case be solved?
Solved! Go to Solution.
Feb 19, 2024 03:18 PM
Assuming 'Tasks' and 'Subtasks' are their own tables:
Feb 19, 2024 03:18 PM
Assuming 'Tasks' and 'Subtasks' are their own tables: