I am trying to create a dataview table that pulls info from multiple instances of inline fields within a note.
For example, a note might have Deadline:: 2021-09-17
but then somewhere else in the note also have another Deadline:: 2022-01-10
.
Currently when I run the following query:
TABLE Deadline
Files are not picked up where there are multiple ‘Deadlines’ - only where there is one ‘Deadline’ - is there a way to force dataview to pick up these multiple declarations and print them in separate lines in the table?