-
Hi, been at this for almost an hour and can't figure it out :( I'm trying to create a dataview query to use in each of my person template files that returns an outstanding list of tasks related to that person including: Any uncompleted task that contains a link to the current file name e.g. James.md
Any uncompleted tasks located anywhere inside any files that contain the Person:: inline field linked to the current file e.g. example file: Attendees:: [[James]]
I've been able to return the first set of tasks however the second part of this doesn’t work
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Final Update: updated query to support multiple attendees Update: My comment below only works if the current file name is the only name linked. Is there any way to get this to work for somethings like: Attendees: [[Steven]], [[James]] Ugh, literally figured it out 10mins after posting that I was using name instead of link 😩 For anyone else who comes across this:
|
Beta Was this translation helpful? Give feedback.
Final Update: updated query to support multiple attendees
Update: My comment below only works if the current file name is the only name linked.
Is there any way to get this to work for somethings like:
Attendees: [[Steven]], [[James]]
Ugh, literally figured it out 10mins after posting that I was using name instead of link 😩
For anyone else who comes across this: