Skip to main content
Skip table of contents

Operator [v5]

An operator is used in creating calculations or in evaluating data in a filter:

  • They can be used as mathematical operations within the query builder.
    For example:

    • addition (+)

    • subtraction ( - )

    • multiplication ( * )

    • division ( // )

    • is greater than

    • is less than

  • They can be used for pattern matching in filters or string functions.
    For example:

    • starts with

    • contains

    • matches

    • does not match

    • Is greater than

    • is less than

Related terms

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.