Does anyone know a elegant way to create a NSPredicateRowTemplate with 2 fields, like filtering for a range of NSDate : "between".
I could succeed to create a custom template, but then the question is how to manage the 2nd NSDatePicker. Especially as this must be converted into "BETWEEN {startdate,enddate}" and I do not want to modify the query string.
