I've got a view, that lists some nodes.
These nodes can be referenced from other nodes (of another type).
I would like to list all these referencing nodes in my view.
like:

NODE AAA
referencing 1, referencing 2

NODE BBB
referencing 2, referencing 4

NODE CCC
referencing 1, referencing 2, referencing 3

I only get one reference however.

Comments

mcartmel’s picture

Hi, did you find a solution for this?

comfused’s picture

not really - just tested the latest version with no result