<aside> 📚
Code alteration:
lets(
totaltasks,
length(prop("Tasks")),
donetasks,
length(prop("Tasks").filter(current.prop("Status") == "Done")),
percentagedone,
(((donetasks/totaltasks)*100).round(1)+"%"),
"Done : ".style("b,gray") + (donetasks+ " of " + totaltasks).style("b,orange") +
( " ( " + percentagedone + " ) ").style("b,i,green")
)
this process can also be achieved with two different tables, one for the core mechanics and one for the sub tasks (when attaching the SubTasks table as a relation, enable the “connect both ways” option).
</aside>
(also available by opening the parkour system task card in the previous table)