Subject Using functions when filtering an IBOQuery
Author patrick_marten
Hello,

is it possible to use functions like "ROUND" or "TRUNC" for filter criteria of an IBOQuery?

I'm trying to apply a filter like

(TABLENAME.FIELDNAME = TRUNC(16, 0))

but am getting an error

"token unknown

,

"