Operators

You can use the following logical operators, relational operators, arithmetic operators and string operators in Inxmail Professional. The operators can be used in mailing texts, actions and target groups.

Note: You can only link the same data types with an operator. For example, it is not possible to link the Date and time data type with the Date only data type using operators. An overview of the data types available in Inxmail Professional is provided in the section Creating a new column.

Operator

Description

equal to (=)

Checks for exact equality

unequal to (<>)

Check for inequality

empty column value (IS_EMPTY)

The column value must by empty

not empty column value (NOT_IS_EMPTY)

The column value may not be empty

less than (<)

The column value must be less than the comparison value

greater than (>)

The column value must be greater than the comparison value

less than or equal to (<=)

Less than or equal must match

greater than or equal to (>=)

Greater than or equal must match

like (LIKE)

Comparison which ignores letter case

not like (NOT_LIKE)

Inequality which ignores letter case

starts with (STARTS_WITH)

The column value must begin with the comparison value

does not start with (NOT_STARTS_WITH)

The column value may not begin with the comparison value

ends with (ENDS_WITH)

The column value must end with the comparison value

does not end with (NOT_ENDS_WITH)

The column value may not end with the comparison value

contains (CONTAINS)

The column value must contain the comparison value

does not contain (NOT_CONTAINS)

The comparison value may not be present

+

String concatenator, also adds numbers

-

Subtracts numbers

*

Multiplies numbers

/

Divides numbers

TRUE

Condition is true

FALSE

Condition is not true

OR

Only one condition must be true

If you combine several conditions when defining target groups, you must include the OR operator using the button in the editor.

AND

All conditions must be true

If you combine several conditions when defining target groups, you must include the AND operator using the button in the editor.