Hi All,
I am using the following query in the look up for one of my attribute.
select FIRSTNAME + ' ' + LASTNAME from kuaf WHERE TYPE=0 AND DELETED=0 AND NAME NOT IN ('Admin','eLink') AND CONTACT IN ('Analyst','Associate')
But it throws "Invalid Select Statement" when i try to save it and if I remove the deleted=0, it works and shows the output (ofcourse it displays the deleted users also which i want to avoid).
If i run the statement in the livereport, it works properly.
Can any one please advice how shall i include the deleted=0 in my look up query?
Thanks,
Madhuker