Possible expressions in a custom field of type number
In the case of a special field of type numeric, you can search for information in selected ranges using operators:
> - greater than,
< - smaller than,
& - and,
| - or.
Examples:
>100 - records with a value greater than 100 will be retrieved,
<100 - records with a value less than 100 will be searched for,
>100&<200 - records with a value greater than 100 and less than 200 will be searched,
<100|>200 - will be searched for expressions less than 100 or greater than 200.
Share your opinion with us