How to use a compare filter with an oracle date column

Hello everybody,

I want to create this (oracle sql)

one_date > to_date('31-12-2009', 'DD-MM-YYYY') with a SQLContainer filter. What do the arguments have to be for the “Greater” filter?

new Greater("one_date", ???????)

Thanks and regards,
OddDeer :slight_smile:

Sorry for crossposting: http://stackoverflow.com/questions/33647221/how-to-use-a-compare-filter-with-an-oracle-date-column

Push