Update Trips category dataview query
Making the query more dynamic like other categories
This commit is contained in:
@@ -10,8 +10,8 @@ table without id
|
|||||||
start as Start,
|
start as Start,
|
||||||
end as End
|
end as End
|
||||||
where
|
where
|
||||||
contains(category,[[Trips]]) and
|
contains(category,this.file.link) and
|
||||||
!contains(file.name, "Template") and
|
!contains(file.name, "Template") and
|
||||||
!contains(file.name, "Planning")
|
!contains(file.name, "Planning")
|
||||||
sort start desc
|
sort start desc
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user