The operator LESS THAN OR EQUAL TO (<=) is used to check if a value is less than or equal to another. It returns true if the first value is less than or equal to the second, and false if it is greater. This operator is often used to validate that values are below or equal to a certain threshold, such as dates, prices, quantities, or scores.
➡️ Display name:
➡️ Syntax:
➡️ Example:
In this example, the condition will be true if the age is less than or equal to 18, and false if the age is greater than 18.
- 1 value 🟡: age is the first value to compare.
- 1 operator 🟣: <= checks if the age is less than or equal to the second value.
- 1 value 🟡: 18 is the reference value to compare with.
🟰 Expected result:
- If age <= 18, the condition is true.
- If age > 18, the condition is false.
Before You Start
Getting Started with Formulas
The new formulas in Timetonic allow you to transform, calculate, and manipulate the information stored in your columns by combining multiple functions...
Or Continue With
Glossary View of Formulas
Quickly find the function or operator you're looking for or simply explore and learn how to use them...