Help example:
X=5, is X In 1,2,3 (no = FAIL)
Why can't I do this:
X=hello, is X In hello,goodbye (yes = PASS)
I am running FME2012 (SP0) if that is the limiting factor?
I have tried quoting the string elements?
I have tried a regex operator using the (hello|goodbye) syntax?
I have an attribute that I want to filter on 10 or so qualifying values - I could build a lengthy OR statement in TESTER but I was hoping for a simpler workaround.