Project

General

Profile

Actions

Feature proposal #6834

closed

Implement In based operators

Added by krileon over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
02 November 2017
Due date:
% Done:

100%

Estimated time:

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.

Actions #1

Updated by krileon over 6 years ago

  • Status changed from Assigned to Resolved
  • % Done changed from 0 to 100
Actions #2

Updated by krileon over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF