The operator DIFFERENT FROM (!=) or NOT EQUAL TO (!=) in English is used to check if two values are different. It returns true if the compared values are not equal, and false if they are identical. This operator is useful in situations where you want to validate that a condition is false or that a value is different from another.
➡️ Display Name:
NOT EQUAL TO (!=)
➡️ Syntax: :
value1
!=
value2
➡️ Example:
age
!=
18
In this example, the condition will be true if the age is not equal to 18, and false if the age is equal to 18.
- 1 value 🟡: age is the first value to compare.
- 1 operator 🟣: != checks if the age is different from the second value.
- 1 value 🟡: 18 is the reference value against which the age is compared.
🟰 Expected Result:
- If age != 18, the condition is true.
- If age == 18, the condition is false.
Before Getting Started
Getting Started with Formulas
The new formulas in Timetonic allow you to transform, calculate, and manipulate information stored in your columns by combining multiple functions...
Or Continue With
Formula Glossary View
Quickly find the function or operator you're looking for or simply discover and learn how to use them...