Hi Folks,
I have successfully done a Cross Join In one InlineQuerier where the contents of a field called Query_Filter - is the WHERE Statement I want to apply in another InlineQuerier. I can get the statement to work fine when I paste it in to the second querier - EG
Select * FROM "Detected"
WHERE (ChemCode ='7440-38-2' AND Concentration > 160 )
However when I Write SELECT * FROM "Detected" WHERE Query_Filter It doesnt work.
(Query_Filter just containing the text string above.)
Im missing something.
Any thoughts ?