--- Alias: ["United States", "US", "USA"] Tag: ["✈", "πŸ‡ΊπŸ‡Έ"] Date: 2022-06-20 DocType: Note ChildrenType: ["Travel", "Place"] Hierarchy: "Root" location: [39.7837304,-100.445882] CollapseMetaTable: true --- Parent:: [[@@Travels|Travels]] ---   ```button name Create Note type append template action NewFile id CreateNote ``` ^button-USANewNote ```button name Save type command action Save current file id Save ``` ^button-USASave   # Folder map   ```ad-abstract title: Summary collapse: open This note enables to list all places in the USA where recommendations can be made. ```   ```toc style: number ```   ---   ### Master Navigation   ```dataview Table Date as "Creation Date" from "03.02 Travels" Where (DocType = "Place" and Place.Country = "USA") or (DocType = "Travel" and contains(Travel.Country, "USA")) Sort file.link ascending ```   ---   ### Tag Navigation   ```dataview Table without id tags as "Tags" From "03.02 Travels" Where DocType = "Place" and Place.Country = "USA" Flatten file.tags as tags Group by tags ```   ---   ### Other activity   ```dataview Table DocType as "Doc type" from [[@United States]] where !contains(file.name, "@@Travel") sort DocType asc ```