~ Sources
This note collects all notes where the collection
property says Movies
. Be sure to check out the additional movie views above.
TABLE WITHOUT ID
year as Year,
"" as Poster,
file.link as Title,
rating as Rating,
yearXP as YearXP,
yearXPL as YearXPL
WHERE
contains(collection,this.file.link) and
!contains(file.name, "Template")
SORT year asc
Back to Sources