NSPredicateRow with 2 values (e.g. "between")

34 views Asked by At

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.

How the Predicate should look like : enter image description here

0

There are 0 answers