Skip to main content
All CollectionsBasics
Condition Operators
Condition Operators
Patrick avatar
Written by Patrick
Updated over a week ago

Operators are ways of comparing data, used primarily in Filters, both hidden and visible.

Have a look at these related articles πŸ”Ž:


​Click here to learn more about Visible Filters

Click here to learn more about Hidden Filters

This article goes into detail about the use of the 'Operators' field in Frontly and the different options available:

Equals

Compare 2 values to ensure they are identical

Does Not Equal

Compare 2 values to ensure they are not the same

Greater Than

Ensure a value is greater than another value, numerically

Less Than

Ensure a value is less than another value, numerically


Contains

Ensure that a value contains another value

Examples: A filter for "John Smith" contains "John" would be true because the entire "John" value exists within "John Smith".

A filter for "John Smith" contains "John Doe" would be false, because the entire "John Doe" value does not exist within "John Smith".


Does Not Contain

Ensure that a value does not contain another value. Same as the 'Contains' example above, but opposite.

Length Greater Than

Ensure a value's text length is greater than a certain number of characters

Length Less Than

Ensure a value's text length is less than a certain number of characters

Date After

For comparing 2 dates to ensure one is after the other

Date Before

For comparing 2 dates to ensure one is before the other

Exists

Ensure a value is valid or not empty

Does Not Exist

Ensure that a value is completely empty or not set

Did this answer your question?