Greeting from beautiful Austin, Texas!
I’d like to suggest a new logical operator, “IN”. It would return true if any value matched the field.
It would look something like this:
IN({myTestField}, “text1”, "text2,…)
or
IN({myIntegerField}, 2001, 2002, 2003…)
This logical operation can currently be implemented with OR(), but can get pretty long if there are a lot of options.
Thanks!
... View more