Most of my waiting tasks have a reference to a responsible person name, e.g. [[DavideF]]. Each person name page has a reference “#person” in the first line of the page. E.g.:
WAITING [[DavideF]] to make a list of pressure requirements in the market
So I want my query results to be grouped by responsible names (those refs that have page ref “person”). Those results that do no have responsible person names should be grouped under a group “Unassigned”.
Is this possible to achieve?
Unfortunately it still returns ungrouped list. The only difference I notice is that the list is now sorted by name refs. But also partailly - tasks with no assigned names are not sorted - they are scattered in the list.
I think we’re getting closer!
Now each task has it’s own group based on the person name, and each unsigned task gas a group Unassigned. The only issue now is that multiple tasks are not really grouped under the one same group, but there are many same groups. What I mean looks like this:
@mentaloid one more question. Is it possible to adjust the query so that instead of the single reference “person” we could use several references with OR logic. E.g, to group the tasks based on references that that have references to either “person” or “assignee”?
Geez, what you proposed with "(or…) was my initial thought, but it did not work for some reason. But now I did it again and it works. Probably I had some mistakes in brackets or smthg…
Thanks