Hello: I want to create a Dataview table in one file (“podcast sample note”) that pulls in more than one value from an inline field (“Podcasts::”) located in another note (“video sample note”). Here is the query language I have used:
When there is only one value for the “Podcasts” field in the “video sample note,” the resulting Dataview table in the “podcast sample note” displays that value–in this case, “video sample note,” as can be seen below:
However, when there is more than one value for the “Podcasts” field (when I add “podcast sample too” to the inline field)–regardless of whether the values are comma separated–the resulting Dataview table displays nothing.
Just to be clear, I don’t want the table in the “Podcast sample note” to display BOTH of those values from the “Podcasts” field in the “video sample note” (“podcast sample note” and “podcast sample too”). Instead, I want the table in the “podcast sample note” to display the name of the video file (“video sample note”) regardless of whether the video file has just one value or more than one value listed after the field (“Podcasts”).
Can anyone help me out here? Is the problem with my “annotation” or my “query”? Something else?