Dataview where filter is revered

What I’m trying to do

list something from my valut by using where

Things I have tried

when i search docs where metadata cantians attributate “type” and value is “habit”
image
the result is reversed.
image

also happend in all where condition, all condition in where i need to add a “!” to get the right resut.

that is my searching doc
image

Could you try:

```dataview
TABLE
WHERE type != "habit"
```
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.