I’ve a form, whith a field lookup, the query for the field lookup is:
SELECT contidenti, sc_concat(contnumero, contanovig)
FROM “public”.contrato
WHERE ValViewRecord (’[usr_login]’,contusuari)
ORDER BY contnumero, contanovig
But the Quick Search don’t work for this field, only works if delete the “where” condition
Thanks for your help.
Ps: The database is postgres