I have a node type of "Countries" and node type of "Continent". On the "Continent" node type, I created a referenced field of countries (field_countries). On my Countries search views page, this view displays the list of countries and the link to their respective page. Is it possible to show the Continent (field_title) where the country (field_country) is referenced in?
For example:
United Kingdom https(:)//mysite(.)com/countries/united-kingdom **Europe** <-- this is what I want to achieve -->
On my Views page, I tried to:
- Add Relationship ( content referenced from field_countries)
- Add contextual filter ID : Content ID then relationship is field_countries: Content
But it didn’t work. Any suggestions?