Hi
I get this error when active search in a double select / many-to-many
With search,a linked table can not use a local variable in select. field = procesos.
The issue is here, I have a condition:
AND table.ide=DATABASE_FUNCTION({ide},’[parameter]’)
The issue remains with
AND table.ide={ide}
there are no errors if remove it
any idea?