How do I query checked checkbox properties?

where checkbox = true

doesn’t work

I’m very confused

You should post your actual code example. Surround it with 3 backticks like this, so it renders as code:

```
Your code here
```

There might be other ways, TASK WHERE completed and TASK WHERE !completed are what I know. !completed means unchecked.

```dataview
TASK
WHERE !completed
```

But maybe you’re trying to do something different. And why you should post your actual example, and what you’re trying to do.

The use-case is so simple that I thought code was not necessary

So I’m talking about querying the checkbox property something like:
image

list
from ""
where suggested = true

it’s working now… but only for some notes.

this is very strange to me.

Can someone help me understand what’s going on?

thanks, but I’m thinking about obsidian properties, not in-line fields

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