Hi,
In Drupal I have 3 content types( A, B, C ) see link. A and C contain a node reference to B.
Now I have a view which queries fields from A from an argument. I want to also show fields from C trough the relationschip with B, so:
A has a nodereference of ID:1, B has a Node ID:1, I want to show fields from C where nodereference of ID is also 1. How is this possible? I can't figure out the mapping.
Can someone help me out please ?