Operators

Operators specify the logic used to evaluate conditions for triggers or metrics. Available operators vary depending on the field type:

Numeric Comparison Operators
String Comparison Operators

Numeric Comparison Operators

When defining conditions for numeric fields, the following comparison operators are available. These operators determine how the system evaluates the field’s value against the number you specify.

 

Operator

Description

= (Equals)

Triggers the condition only when the field value exactly matches the specified number.

≠ (Not Equal To)

Triggers the condition when the field value is any value other than the specified number.

> (Greater Than)

Triggers the condition when the field value is numerically greater than the specified number.

= (Greater Than or Equal To)

Triggers the condition when the field value is either greater than or exactly equal to the specified number.

< (Less Than)

Triggers the condition when the field value is numerically less than the specified number.

= (Less Than or Equal To)

Triggers the condition when the field value is either less than or exactly equal to the specified number.

String Comparison Operators

When defining conditions for string fields, the following operators allow you to compare text values or match partial text patterns.

 

Operator

Description

= (Equals)

Triggers the condition when the field value exactly matches the specified text.

≠ (Not Equal To)

Triggers the condition when the field value is anything other than the specified text.

(Contains)

Triggers the condition when the field value contains the specified text anywhere within it.

* (Starts With)

Triggers the condition when the field value begins with the specified text.

* (Ends With)

Triggers the condition when the field value ends with the specified text.