Hi, Im using Drupal 7 and I have a course page with a lot of filtering that needs to happen and its got me a bit stuck
These are my content types:
Course Title (title of the course)
Course Details (includes dates and venues, I didn’t put this in Course title to solve the problem of reoccurring dates and venues the courses were running on, so this is linked to the Course Title via node reference, the admins of the site select from a list of titles when a course is going to run)
Venue (address of the venue, includes Location as a node reference as there maybe many courses running in the same county) When the admins add a course they select from a list if Venues
Location (county the course will be run)
On my Course Schedule page I have a View showing the Course titles with a list of Course Details underneath showing dates etc and it displays fine, I want to show the Location but not the Venue as the applicants will find that out when they apply.