How to include additional fields from the referenced node?

I have 3 Node-Types
1. Customer
2. Products
3. License

License will have a node_reference to customer and to products. This is ok so far but how to include other fields
from customer and/or producst so I could have a list showing all the details of this assigned nodes?
Default only the title will be displayed.

Comments

merlinofchaos’s picture

Status: Active » Fixed

You want to look at the views_fusion and/or node_family modules.

yched’s picture

...or follow this CCK / nodereference thread : http://drupal.org/node/91792

fago’s picture

you might also be interested to this one:
http://drupal.org/node/123482

Anonymous’s picture

Status: Fixed » Closed (fixed)