~ Sources
If a note has a collection
property that says Courses
, it will show up below.
Courses sorted by YearXP:
TABLE WITHOUT ID
yearXP as YearXP,
file.link as Title,
join(list(by)) as By
WHERE
contains(collection,this.file.link) and
!contains(file.name, "Template")
SORT yearXP desc
Back to Sources