Hello fellow drupal users!
So, i have a 2 types of nodes, one is articles and the other is resources. In the article node, you can reference the resources nodes.
So i want to create a view, to filter the resources based on the title of the resource and based in the node in which the resource is used.
Example:
Article A - has the node reference for resource A, and resource B. Article B - has the node reference for resource B.
In the view, i want to be able to have a select which has the options: - Article A - Article B
If one of those options is selected, the view will show the resources that that article has referenced.
Is it possible? How can i do it?
Thanks in advance.
You'll have to use a relationship to achieve what you want. You do not need contextual filter as you want an exposed form to fill yourself the name of the article(s) you want the resources from.
You may also want to use aggregation to avoid duplicates (Advanced->Other->Use aggregation).
I hope it's what you were looking for.