- Go to the Page Designer and the find the list where you need to add the filter (screen shot below).
- You will be able to find a section called Defaultfilter. In below screen as a example I have used eq operator. You can access Standard Fields/ Customization Fields as well as Custom Fields.
- Here you can use below operator precedence.
|
Group |
Operator |
Description |
ABNF Expression |
|
Grouping |
( ) |
Precedence
grouping |
parenExpr boolParenExpr |
|
Primary |
/ |
Navigation |
firstMemberExpr memberExpr |
|
|
has |
Enumeration Flags |
hasExpr |
|
|
xxx( ) |
Method Call |
methodCallExpr boolMethodCallExpr functionExpr |
|
Unary |
- |
Negation |
negateExpr |
|
|
not |
Logical Negation |
notExpr |
|
|
cast( ) |
Type Casting |
castExpr |
|
Multiplicative |
mul |
Multiplication |
mulExpr |
|
|
div |
Division |
divExpr |
|
|
mod |
Modulo |
modExpr |
|
Additive |
add |
Addition |
addExpr |
|
|
sub |
Subtraction |
subExpr |
|
Relational |
gt |
Greater Than |
gtExpr |
|
|
ge |
Greater than or Equal |
geExpr |
|
|
lt |
Less Than |
ltExpr |
|
|
le |
Less than or Equal |
leExpr |
|
|
isof |
Type Testing |
isofExpr |
|
Equality |
eq |
Equal |
eqExpr |
|
|
ne |
Not Equal |
neExpr |
|
Conditional
AND |
and |
Logical And |
andExpr |
|
Conditional OR |
or |
Logical Or |
orExpr |
0 Comments