Page 1 of 1

TMyTable filtert problem with IN (..., ...)

Posted: Mon 21 Nov 2005 12:20
by Thomas J.
Hello,
I have a problem with the filter expresion of TMyTable. I want to define a filter like n_column_id IN (1, 2, 9) but I get a Errormsg "Illegal Filter expression".

Any ideas?

Thanks for your support

Posted: Tue 22 Nov 2005 09:17
by Ikar
Filter property is applied on client side and doesn't support IN statement. If you want to use this statement you should use FilterSQL property.