I have two content types, A and B. B can be referenced by node A.

I need a view that returns all nodes of type B that are NOT referenced by ANY node of type A.

I've already tried to add a relationship (referencing node) and have tried various combination of filters on parent node but without any results.

Anyone have an idea if this is possible?

Thanks in advance for any help.