Hi
I have content type 1 and content type 2, both share the same vocabulary.
Now in a view I am grouping nodes of content type 1 by the vocabulary's terms:
TERM1
-fields of node1 of content type 1
-fields of node2 of content type 1
-fields of node3 of content type 1
TERM2
-fields of node4 of content type 1
-fields of node5 of content type 1
-fields of node6 of content type 1
etc.
There is only one node of content type 2 for each term of the vocabulary and what I want now is to add below each term, the fields of the node of content type 2 which has been tagged with that term.
TERM1
--- fields of node1* of content type 2
-fields of node1 of content type 1
-fields of node2 of content type 1
-fields of node3 of content type 1
TERM2
--- fields of node2* of content type 2
-fields of node4 of content type 1
-fields of node5 of content type 1
-fields of node6 of content type 1
etc.
*= there is only one node of CT2 for each term
tx
Simone









