Documentation

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.


Was this information helpful?

Łukasz

My name is Łukasz and I take care of Thulium's knowledge base. I'd love to keep it accurate and understandable. If you have any remarks or suggestions for improvement - let me read them.

Drop me a line at: dokumentacja@thulium.pl.