Quote:
Originally Posted by matanic
Just out of curiosity, how would you use the and/not or something similar with a function that is testing against a pattern instead of just looking for empy/not empty? I had actually tried using GPM instead of TPM, but I couldn't get any type of and/not or and/or to work with the contains function.
|
Here is an example from my play library, using my column names. #mytextmult is a "text, like tags" column.
Code:
program:
test(
and(
field('#mybool'),
contains(field('#mytextmult'), 'watson', '1', '')
), '1-New', '')