I have a event_note node that contains body text and a node reference to associate the note to event nodes. How would I create a View that grabs the event_note that has the node id referenced.
So let's say event_note references node 4 and 20. In my view, I want it so that the argument is 4 or 20 and I want it to find the event_note that referenced it.