samedi 14 septembre 2019

GREL: how to use OR in an if statement

How can I use 'OR' in GREL if statement?

I want to construct something like this

if(contains(value, "this") OR contains(value, "that"), True, False)

Aucun commentaire:

Enregistrer un commentaire