Actions
Feature proposal #1311
closedcomparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Feature proposal #1311:
comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Description
need to be able to compare multi-value cb fields during delimiter field substitutions.
A like operator or even a wildcard for = operators would be sufficient as is IF statements can not match multi-checkboxes or multi-selects as their values are actually Value1|*|Value2, etc...
Actions