~ [[_Home]] > [!mountain] [[Areas]] | [[Projects]] | [[Works]] Keep your priorities in order. Quickly adjust your bandwidth as needed. Rerank often. This view combines your top Areas, Projects, and Works—and sorts them by rank. KEY: 🗻 Areas | ⚗️ Projects | 🎨 Works ```dataview TABLE WITHOUT ID choice(type = "area", " 🗻 " + file.link, choice(type = "project" AND status = "active", "⚗️ " + file.link, choice(type = "project" AND status = "simmering", "⚗️ " + file.link, choice(type = "project" AND status = "sleeping", "⚗️ " + file.link, choice(type = "work", "🎨 " + file.link, file.link))))) as "Top Efforts", rank as "Rank" WHERE (type = "project" OR type = "area" OR type = "work") AND rank > 2 SORT rank desc LIMIT 30 ``` --- Back to [[_Home]]