With Checkboxes

Projects

Tasks

Tasks → Incomplete

prop("Complete") ? format(toNumber("")) : prop("Name")

Tasks → Incomplete (•)

prop("Complete") ? format(toNumber("")) : ("• " + prop("Name"))

Projects → Incomplete List

replaceAll(prop("Incomplete (•)"), "[,^]", "\\n")

<aside> 👆 This replaces the commas in the Incomplete (•) comma-separated list with line breaks.

</aside>


With Statuses

Stats

Modules

Modules → Not Submitted

if(prop("Status") != "Submitted", prop("Name"), format(toNumber("")))

One Database

Tasks

Incomplete