Possible expressions in the custom field of the number type
In the case of custom field of the number type you can search information in the selected intervals by using operators:
> - greater than
< - less than
& - and
| - or
Examples:
>100 - records with a value greater than 100 will be found
<100 - records with a value less than 100 will be found
>100&<200 - records with a value greater than 100 and less than 200 will be found
<100|>200 - records with a value less than 100 or greater than 200 will be found
Share your opinion with us