I'm trying to build a list using drupal6, views and node reference. The list should be look like:
- vehicle 1
- feature 1
- feature 2
- feature 3
- extra 1
- vehicle 2
- vehicle 3
The vehicle is a custom node-type, feature and extra also. In my view I'm listing all vehicle-node (as fields), added relationships to feature and extra nodes and added the reference-fields.
Now I'm getting the desired list. But when the displayed node contains more than one relationship of the same type (see feature in vehicle 1 in list above) I'm getting one result line per relationship (vehicle 1 get displayed three times).
Is there any way to group these results?