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