Page 1 of 1

Posted: Wed May 04, 2011 7:25 am
by greggknight
I guess it would depend on the value or values you do want.

FIELD1='SOMETHING'
this is simpler then then other

but again it depends on the values you want.

Posted: Wed May 04, 2011 7:30 am
by Marley777
In this case field1 can be many values, but it's easier for me to check for the values I don't want rather than checking for the values I do want. Is there a way to do a NOt IN() statement within a filter stage?

Posted: Wed May 04, 2011 7:33 am
by chulett
The Filter stage "supports standard SQL expressions" so why not give that a try? :wink:

Posted: Wed May 04, 2011 3:34 pm
by ray.wurlod
Note, in particular, the non-appearance of IN in that list.