Hello dear Obsidian community
I have multiple mini-projects in different, with all of them multiple (3-6) tasks, that I manage very well in the Tasks Plugin. Each project has its one file and properties that make it searchable to related cities. For example
**Project 1**
city:: London
finished: blank / true
date: 2023-09-26
deadline: 2023-09-29
## Description
This is a project 1 in London about subjects
## Tasks
-[ ] View documents
-[ ] Await feedback
-[ ] Fill out documents
Also, I have a landing page that filters all pages that are finished: blank or falso to see which one I still need to be finished, and which I finished. The table shows project name, city, date, and deadline. But for simplicity, I’d love to also query all the tasks (or better, filter those that aren’t done) within the project.
So a line would look like this
| Project 1 | London | 2023-09-26 | 2023-09-29 | -[ ] View documents, -[ ] Await feedback, -[ ] Fill out documents |
Is this any possible in Dataview? I tried to just insert a row “tasks” but obviously, this doesn’t work.
Thank you and all the best
Félix