By simon_ on
Hi all,
I have two similar content types A and B, both with multiple CCK fields. I'd like to construct a view containing both As and Bs, but only As where a field exclusive to A ("field_flag_a") satisfies a condition, and sort by a field common to A and B ("field_date"). I've successfully done the filtering for Node: Type and also the sorting by field_date, however filtering for field_flag_a results in a query which excludes all Bs (this is because the node table is LEFT JOINed with the A table).
Is there any way I can accomplish this?
Thanks, Simon