Things I have tried
Listing the entire file such as with
LIST file
The path is displayed correctly but selecting only the path:
LIST file.path
Will simply display - (dash)
What I’m trying to do
I have a query that runs through files based on a tag. The file with the query also has it but I wish to excluded itself from the query
Example
```dataview
LIST
FROM ""
WHERE econtains(file.tags, "#sometag") AND file.path != this.path (tried with file != this as well but no luck)
SORT file.name ASC
<!-- THIS PART WON'T BE POSTED
Please describe what you're trying to accomplish so the community can better help you. Sometimes the solution you have in mind is not necessarily the best option, in which case knowing some background info can let others come up with creative solutions for your use case.
Please continue below this line. -->