FilterSQL
Posted: Mon 14 Dec 2015 15:57
FilterSQL does not seem to work.. I have tried refreshing the dataset, without refreshing, with close + open, set filtered to true, leaving filtered unchanged..
I have a query similar to
and I need to add a filter
"8" being just an example.. the Combination table having Id and Element fields.
I have a query similar to
Code: Select all
select Element
from Elements
Code: Select all
where Element not in (select Element from Combination where Id is = 8)