i have a XML which has an element country and i have to check whether this country is part of my list.
country in (‘USA’,’AUS’)
is there any component where i can configure or i have to write in Evaluator to handle this logic
i have a XML which has an element country and i have to check whether this country is part of my list.
country in (‘USA’,’AUS’)
is there any component where i can configure or i have to write in Evaluator to handle this logic
Best answer by dima
As far as I know, there's no specific string-in-list-of-strings type of function, but our Expression Language should be able to handle this. In particular, your expression can combine checking if the record value matches some string (e.g.,,’USA’) with the logical or operator to chain it with the other values.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.