Hello. Thank you for contacting the Toolset support.
I would like to know that what post-relationship you created between the post type "Property" and "Ski station".
Also, I would like to confirm when you display the view on each property page that will display only the Ski Stations that are related to the current property post you are displying or it should be belong to any property post?
Properties (many) are the Childs of Ski Station (1).
On the single property pages I want to display a list of all the Ski Stations that are linked to at least 1 property.
Sometimes there is no property at all linked to a ski station. In this case I don't want them in the list. And when a property is linked to a SkiStation I want to display only the ones that are linked to a "published" property.
- create anothor view namely "property-belongs-skistation" and set this views source (post type) to "Property".
-- Navigate to "Query Filter" section and add the query filter "Post relationship or repeatable field groups owner" and select option "The current post in the loop".
-- Navigate to "Loop Editor" section of this view and just after the [wpv-items-found] shortcode add [wpv-attribute name="parent_title"] and save your view.
- Create a new view namely "connected-skistation" from Toolset => Views and set this view source (post type) to "Ski station".
-- Navigate to "Loop Editor" section of this view and add the view you created above and save the view.