Hi all
I want to write a command in “column expertise” using the “contains” function that if the column value contains several values, then…
like this:
if (contains(column(“x”), (“d” || “c” || “b” || “a”)) == TRUE())
“y”;
But only the first value inside the parentheses is correct
Thank u