-
Hello! Seeking some help as a complete novice beginning to leverage the dataview plugin. I have notes for "people" where I keep metadata concerning specific individuals that come up in entries, meeting notes, etc. I'm trying a new workflow where I create a note file for meeting notes, which stores metadata about the meeting and my notes for the meeting. One field on the meeting note file is "Participants::". I'd like to set up a TABLE query on a particular individual's "people" file that returns any meeting in which their name shows up in the Participants:: field (currently, I may list multiple participants in the field, comma-separated). As info, the person's name is also the file.name of my "people" file for that person i.e. [[John Smith]] is the name of a "people" file which has John Smith's information. Thank you in advance! And thanks for the amazing plugin!!! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I was able to find an answer for myself. This seems to be working:
|
Beta Was this translation helpful? Give feedback.
-
Huzzah for top-of-DuckDuckGo results 🎉 . For future searchers, you can expand this answer, e.g. with files
where
then under
with results |
Beta Was this translation helpful? Give feedback.
I was able to find an answer for myself. This seems to be working:
dataview TABLE summary AS "Summary" FROM #Meeting_Notes WHERE contains(Participants, this.file.link)