cs-icon.svg

Supported Operators for Various Data Types

The following table contains the list of operators available for different fields:

FieldsSupported Operators
Single Line Textbox (Text)$regex = Contains
Multi Line Textbox (Text)$regex = Contains
Rich Text Editor (Text)Single:
$eq = Matches
$ne = Does not match

Multiple:
$eq = Matches
$ne = Does not match
$regex = Contains
Markdown (Text)Single:
$eq = Matches
$ne = Does not match

Multiple:
$eq = Matches
$ne = Does not match
$regex = Contains
Date (Number)Single:
$eq = Matches
$ne = Does not match
$gt = Greater than
$gte = Greater than or equal to
$lt = Less than
$lte = Less than or equal to

Multiple:
$eq = Matches
$ne = Does not match
Select (Boolean)Single:
$eq = Matches
$ne = Does not match

Multiple:
$eq = Matches
$ne = Does not match
Modular BlocksNot applicable
GroupNot applicable
LinkSame as Single Line Textbox
BooleanSingle:
$eq = Is
$ne = Is not

Multiple:
$eq = Is
$ne = Is not
NumberSingle:
$eq = Equals
$ne = Does not equal
$gt = Greater than
$gte = Greater than or equal to
$lt = Less than
$lte = Less than or equal to

Multiple:
$eq = Equals
$ne = Does not equal
FileSingle:
$eq = Is
$ne = Is not

Multiple:
$eq = Is
$ne = Is not
Reference$in = Is
$nin = Is not
Environment tags$in = Is
$nin = Is not
Users$eq = Is
$ne = Is not
Locale$eq = Is

Note: The Matches operator is case-sensitive.

Was this article helpful?
^