What I’m trying to do
Hi all,
I have recently just setup my new task system in Obsidian with the following structure:
- Individual file per task
- Individual file per project
- Task files “link” to their respective project like so:
project:: [[Clean up the garage]]
- Both projects and tasks have statuses. e.g. a project can have the status
#ps/current where as the task #as/now
I’d like to create a list of #as/now tasks where their linked project has a status of #ps/current. Is this possible with dql? Or am I needing something a bit more advanced with dataviewjs?
Things I have tried
Honestly, I haven’t gotten too far on my own. I started to put together a WHERE clause, but soon realized that I didn’t have “access” to the project’s status from a task level.
Any help would be greatly appreciated!