-
Feature Part
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
AT:
- in addition to the two existing operators for string variables ("in" and "not in"), two new operators are added: "contains" and "not contains"
{ "name" : "variable_Name", "type" : "string", "data" : { "operator" : "contains", // "not contains" "values" : [ "String 1", "String 2", null ] // null also includes null/undefined values } }
- The new "contains" operator returns all instances where the string variable value contains at least one value of the values array
- The new "not contains" operator returns all instances where non of the values in the values array are contained in the string variable value
- this works for process reports
- the change is documented in the API documentation in Confluence