Use filters to temporarily hide some elements in a view, so you can focus on the content you want to see. (2021 version)
Operators and values
The element types have different properties. When you add a rule, the operators that are available depend on the type of property. The list of operators:
Operators |
Meaning |
Example |
= (equal sign) |
Equal to |
A = B |
> (greater than sign) |
Greater than |
A > B |
< (less than sign) |
Less than |
A < B |
>= (greater than or equal to sign) |
Greater than or equal to |
A >= B |
<= (less than or equal to sign) |
Less than or equal to |
A <= B |
!= (not equal to sign) |
Not equal to |
A <> B |
When two values are compared by using these operators, the result is a logical value: either TRUE or FALSE.
Multiple criteria
Insert more properties to the criterias table. Boolean logic (Criteria A OR Criteria B)
Comments
0 comments
Article is closed for comments.