Tasks query filter on note metadatea

What I’m trying to do

Hi there, I am using a tasks query to display tags from a specific folder:

tasks
not done
filter by function task.file.folder.includes("1. Projects")
group by filename

I would like to add an additional filter for notes with a metadata field “status” = active

Things I have tried

I tried this: filter by function task.file.frontmatter.includes(“active”) - but that returns an error.

I know that I could use a dataview query to get the task list, but I want to be able to interact with the tasks in the list…and from what I understand, dataview generated lists don’t have that have that functionality.

Thanks for any help you can provide.

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