Type
Relations
Percentage of tasks completed (completion rate without a rollup)
prop("Tasks")
.filter(current.prop("Status") == "Done")
.length() / prop("Tasks")
.length()
To round the result and display it as a percentage with a progress bar, follow the tutorial below after implementing the formula:
