There is a node pages that holds reference fields of the taxonomies (course type and semester). For example:
- Summer Literature Courses: course type of 'Literature' and a semester of 'Summer'.
There is a node courses that holds reference fields of the taxonomies. For example:
- ENG 101: course type of 'Literature' and a semester of 'Summer'.
- MTH 101: course type of 'Math' and a semester of 'Fall'.
I need to somehow get those courses on the page that both reference the same course type and semester
I figured I could create a views block and place that on all pages that have course type and semester defined. But I can't figure out how to configure the View to correctly filter the courses. Any help would be greatly appreciated!!
Both the "page" and "course" content type must be using the same fields for referencing the course type and semester.
On the view settings page (admin/structure/views/settings) there is a setting for "Show the SQL query" which is helpful to see the SQL query on the preview