Project

General

Profile

Actions

Feature proposal #1311

closed

comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )

Added by nant over 14 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
18 October 2009
Due date:
% Done:

100%

Estimated time:
0:45 h

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...


Related issues 2 (0 open2 closed)

Has duplicate CB - Feature proposal #1623: add a LIKE operator to substitutionsRejected24 March 2010

Actions
Has duplicate CB - Feature proposal #1684: Add more operators to CB if substitutionsRejected10 May 2010

Actions
Actions #1

Updated by beat almost 14 years ago

  • Status changed from New to Assigned
  • Assignee set to beat
  • Target version set to CB 1.2.3
  • Estimated time set to 0:30 h
Actions #2

Updated by beat almost 14 years ago

  • Subject changed from comparison function for multi-value fields to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF
Actions #3

Updated by beat almost 14 years ago

  • Estimated time changed from 0:30 h to 0:45 h
Actions #4

Updated by beat almost 14 years ago

Decided for =~ as regexp operator and !~ as "not regexp" matching operator. E.g.:

cb_username =~ "/cbteam/"

Implemented but needs tests before commit.

Actions #5

Updated by beat almost 14 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

Implemented in r1129

Actions #6

Updated by beat almost 14 years ago

  • Subject changed from comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF to comparison function for multi-value fields need adding a LIKE or REGEXP operator to substitutions IF (actually implemented =~ and !~ )
Actions

Also available in: Atom PDF