Subject | Using functions when filtering an IBOQuery |
---|---|
Author | patrick_marten |
Post date | 2012-12-06T13:50:27Z |
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
,
"
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
,
"