What I’m trying to do
Convert this query into something dynamic. I read something that it could be because the links are being seen as lists but when I try something I found that should make the lists into objects… it doesn’t work…
TABLE
WHERE contains(categories, [[PHCM - CCG]]) AND contains(project-status, [[1. Active Project - Next Action]]) AND contains(fileClass, Projects)
Things I have tried
TABLE
WHERE contains(categories, this.categories) AND contains(project-status, this.project-status) AND contains(fileClass, this.fileclass)
Also tried contains(flat(list(property)), this.property)
Here’s an example of my note properties:
---
fileClass:
- Projects
Areas:
- "[[1. PHCM - Billable]]"
Categories:
- "[[PHCM - CCG]]"
Meetings:
People:
Projects:
Project End Date:
Deferred Date:
Delegated Person:
Note Title: CCG - Hub
Support Material:
Date Created: 2025-02-18
Date Modified: 2025-05-06
Knowledge Content:
Attachments:
Project Status:
- "[[1. Active Project - Next Action]]"
Project Priority:
- "[[1. Urgent - Do Today]]"
---