What I’m trying to do
I want to create a table or list of files that contain one of two criteria. The two criteria are:
- One Metadata field + One Tag
- The same metadata field + different tag
Things I have tried
I’ve tried variants on the following:
Table file.cday AS Date
Where contains(log, "#tag1" or "#tag2")
Flatten log
SORT file.name desc
Each term when presented individually produces the correct result. Its the combination for which I can’t find a solution.
Search Terms I tried in various combinations
dataview. OR find one of two tags Where OR
Thanks