allowed keywords in filter expression
Posted: Wed 08 Aug 2012 20:23
I'm trying to write a filter using one the following expressions:
exists (select taxid from tax where Itemseq = 1135)
IBDAC complains that 'exists' is not a field.
The following expression results in an illegal sql expression
TAXID IN (SELECT TAXID FROM TAX WHERE ITEMSEQ = 1135)
Is there a list of allowed keywords for the IBDAC filter statement?
exists (select taxid from tax where Itemseq = 1135)
IBDAC complains that 'exists' is not a field.
The following expression results in an illegal sql expression
TAXID IN (SELECT TAXID FROM TAX WHERE ITEMSEQ = 1135)
Is there a list of allowed keywords for the IBDAC filter statement?