I'm trying to set up a relationship system between node, using flags and cck node reference (using views selection).
I need to create a view that does not LIMIT by relation, it adds to it.
Example: When you add a Node-B, you can reference a Node-A that you have created - OR - flagged (using flags module)
When I use views to get the flag relationship, it limits ONLY Node-As that I have flagged, and disregards ones that's I've made.
Is it possible to filter a view to Node-As that I have created AND OR ones what I have flagged.
If not, would it be worth while to set up and "autoflag" when the Node-As are created?