~ Dots

This displays notes where the collection property says People, sorted by date born.

TABLE WITHOUT ID
 choice(contains(file.path, "Atlas/Dots/People"), 
		"👤 " + file.link, file.link) as "People",
	lifespan as "Lifespan",
	finalAge as "Final Age",
	join(list(peopleDomain)) as Domain
WHERE
	contains(collection,this.file.link) and
	!contains(file.name, "Template") and
	!contains(file.name, "Master Key (People)")
SORT lifespan asc, file.name asc

Ideaverse Pro also comes with People ROARs for managing your “Reach-Outs And Replies”.


Back to Dots