<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>

ExampleTasks


Sub Tasks of the “parkour system scope”

(also available by opening the parkour system task card in the previous table)

Untitled

What it looks like as a general table:

Untitled