Creating a view linking three different node types with two node references

Posted by mikesir87 on Stack Overflow See other posts from Stack Overflow or by mikesir87
Published on 2011-01-12T03:50:48Z Indexed on 2011/01/12 3:53 UTC
Read the original article Hit count: 184

Filed under:
|
|

I have the following content types:

  • Camp - the top level type
  • Registration Information - contains node reference to Camp called Camp
  • Medical Release Form - contains node reference to registration information called Camper

I would like to create a View that takes the nid for the Camp, and pulls out all the fields for the Registration Info and Medical Release Form. I'm having trouble figuring out how to set up the various arguments/relationships. I haven't done something that's referenced more than two types.

I know it would be smart/best to just combine the Registration Info and Medical Release Form, since it's a 1:1 mapping, but we can't. So... any help would be appreciated!

© Stack Overflow or respective owner

Related posts about drupal

Related posts about views