inserted code block TABLE length(rows) AS "Trips", length(unique(filter(flat(row...
M /anton/undefined +6 -0
1---2title: Trips3---4
5```dataview6TABLE length(rows) AS "Trips", length(unique(filter(flat(rows.tags), (t) => startswith(t, "country/")))) AS "Countries", length(unique(filter(flat(rows.tags), (t) => startswith(t, "city/")))) AS "Cities"7WHERE tags8GROUP BY "total" AS " "9```10
11## countries12
13```dataview14TABLE length(rows) AS "Trips"33 unmodified lines