Bases: how to filter for open tasks?

What I’m trying to do

I want to filter for open tasks in certain files and can’t find a solution for that in the doc.
Can anybody help me with that?

Things I have tried


=> doesn’t work

1 Like

Where does it say in the help docs that Bases reads tasks in files? Where has that syntax come from? Or is the task stored in Properties?

There are three kinds of properties used in bases:

  1. Note properties, stored in frontmatter of Markdown files.
  2. File properties, accessible for all file types.
  3. Formula properties, defined in the .base file itself (see above).

This functionality doesn’t exist. I requested it to be added here:

1 Like