Actions
Feature proposal #6834
closedImplement In based operators
Description
Implement "Is In" and "Is Not In" operators. This basically reverses the Does Contain and Does Not Contain to check if the field value exists in the supplied value. In addition to this add a Delimiter parameter to allow dynamically splitting a value. This helps with the following scenario.
Field: Multiselect
Operator: Does Contain
Delimiter: |*|
Value: TEST
This means it'll split the multiselect field correctly by its |*| delimiter (this is how multiselect fields are stored in CB) and check if TEST matches one of the values. Same applies for "In" based operators except it's done in reverse.
Updated by krileon about 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Actions