%% DATAVIEW_PUBLISHER: start ```dataview LIST WITHOUT ID file.link + choice(Status = "Alive" OR Status = "Unknown", " ", " (" + Status + ") ") + choice(contains(FormerProfessions, this.Subject), "(Former)", "") FROM "Characters" WHERE contains(Professions, this.Subject) OR contains(FormerProfessions, this.Subject) SORT choice( Status != "Dead" and !contains(FormerProfessions, this.Subject), 1, choice( Status = "Dead" and !contains(FormerProfessions, this.Subject), 2, choice( Status != "Dead" and contains(FormerProfessions, this.Subject), 3, 4 ) ) ) ASC, file.name ASC ``` %% - [[Characters/Adventurers/Campaigns/The Boy Scout Boys/Ayula, Daughter of Goreclaw.md|Ayula, Daughter of Goreclaw]] (Former) - [[Characters/Adventurers/Short Adventures/Crog Durashk Gladiators/Or (Gladiator).md|Or (Gladiator)]] (Former) - [[Characters/Adventurers/Short Adventures/Crog Durashk Gladiators/Urgan, Doombringer.md|Urgan, Doombringer]] (Former) - [[Characters/Adventurers/Short Adventures/Crog Durashk Gladiators/Xoruh.md|Xoruh]] (Former) %% DATAVIEW_PUBLISHER: end %%