I have stumbled upon an issue I am not sure I can resolve with Types and Views. I have created a relationship where 'Directory' is the main custom post type and having a Custom Field 'Coupons Available" set to a Yes / No radio button.
I also created a Custom Post Type 'Coupons' and set it to be the Child of the directory. Now, what I wanted to do is to have the Coupons option only display in the directory if the person inputting the data selects YES in the custom field Coupon Available.
The problem is that even though I set up the filter, the Coupons as children still appear in the parent view with No Selected.
I notice that there was someone suggesting similar functionality about a year ago, but the topic was closed – see http://wp-types.com/forums/topic/conditional-child-display/
Any idea how this may be achieved?
Thanks