I am new to Drupal & Views (7.8 & 3). Getting a grasp of the Views basics, but there's still so much I don't know!
I have a page about a person, Content type Person.
I have a content type Grants.
The person can enter several Grant node ID's in a field "Selected Grant IDs".
I would like to use Views to show the few Grants that person has entered on the Person page.
My problem -
I am trying to use the variables in content field "Selected Grant IDs" eg. 39, 40, 41.
How can I say "only show info about this grant if the NID of the grant matches the variables in the "Selected Grant IDs" field?"
I can set up a view that shows the Grants details I want. How do I pass in the variables from the "Selected Grant IDs" to filter out the Grants I don't want?
Any help much appreciated.
Thanks
Gina