addTableFilterParam question

Hello all,

if I use the line of code below in some method it does not filter records from the table where vendor starts with 7, is it
possible to use ‘7%’ as filterParam?

var v_retVal = databaseManager.addTableFilterParam(‘glovia’, ven_loc, ‘vendor’, ‘!=’, ‘7%’, ‘filterNemEmpFromVenLoc1’);

we use svy 5.2.8

regards,

Peter

Hi Peter,

Try the operator ‘not like’ instead of ‘!=’.

I just figured that out and wanted to reply my own post, but thanks for your reply.

Regards,

Peter

ROCLASI:
Hi Peter,

Try the operator ‘not like’ instead of ‘!=’.