# Numerical Filters

Some filter field operators are only applicable to numerical inputs, primarily values, and or amounts. E.g. when filtering for transactions above or below certain values.  &#x20;

<table><thead><tr><th width="200">Numerical Operator </th><th>Definition</th></tr></thead><tbody><tr><td><strong>is</strong> </td><td><p>A specific value. Displayed results will exclude all other values.</p><p></p><p>E.g. Filter field "is" "1000" will exclude all results that are not "1000".  </p></td></tr><tr><td><strong>is></strong></td><td><p>Is greater than. Displayed results will be any value greater than the filter field input.</p><p></p><p>E.g. Filter field "is>" "1000" will display all results that are greater than "1000" but will exclude "1000" itself.</p></td></tr><tr><td><strong>is>=</strong></td><td><p>Is greater or equal to. Displayed results will be any value greater than or equal to the filter field input.</p><p></p><p>E.g. Filter field "is>=" "1000" will display all results that are greater than "1000" and include "1000" itself.</p></td></tr><tr><td>i<strong>s&#x3C;</strong></td><td><p>Is less than. Displayed results will be any value less than the filter field input.</p><p></p><p>E.g. Filter field "is&#x3C;" "1000" will display all results that are less than "1000" but will exclude "1000" itself.</p></td></tr><tr><td>i<strong>s&#x3C;=</strong></td><td><p>Is less than or equal to. Displayed results will be any value less than or equal to the filter field input.</p><p></p><p>E.g. Filter field "is&#x3C;=" "1000" will display all results that are less than "1000" and include "1000" itself.</p></td></tr><tr><td><strong>is between</strong></td><td><p>Toggling the "is between" operator filters a field for a value between two user defined inputs and will pop-up the following parameters:</p><p></p><p><img src="/files/0nN4P0C3MlHGrb85pSjc" alt="" data-size="original"></p><p></p><ul><li>[inclusive] means the results include the value on the left and right in the filter field. E.g. <code>user input (left)&#x3C;= RESULT &#x3C;= user input (right)</code>  </li><li>(exclusive) means the results exclude the value on the left and right in the filter field. E.g. <code>user input (left)&#x3C; RESULT &#x3C; user input (right)</code></li><li>[right-exclusive) means the results include the value on the left, but excludes the value on the right in the filter field. E.g. <code>user input (left) &#x3C;= RESULT &#x3C; user input (right)</code></li><li>(left-exclusive] means the results include the value on the right, but excludes the value on the left in the filter field. E.g. <code>user input (left) &#x3C; RESULT &#x3C;= user input (right)</code></li></ul></td></tr><tr><td><strong>is null</strong></td><td>Displays results where the value associated "is null". </td></tr><tr><td><strong>is not</strong></td><td><p>Excludes a specific value. Displayed results will exclude the user defined specific value.</p><p></p><p>E.g. Filter field "is not" "1000" will exclude all results that are "1000".  </p></td></tr><tr><td><strong>is not between</strong></td><td><p>Unlike the "is between" which seeks to filter all data except for a specific segment, "is not between" seeks to include all data and exclude the user specified segment. </p><p></p><p>Toggling the "is not between" operator filters a field for values outside two user defined inputs and will pop-up the following parameters:</p><p></p><p><img src="/files/KqmUVpcOb57gVkgoNTPK" alt="" data-size="original"></p><p></p><ul><li>[inclusive] means the results exclude the user values on the left and right in the filter field. E.g. <code>EXCLUDED SEGMENT = user input (left) TO user input (right)</code> </li><li>(exclusive) means the results include the value on the left and right in the filter field, but excludes everything in between. E.g. <code>EXCLUDED SEGMENT = (user input (left) TO user input (right)) - (user input (left) AND user input (right))</code> </li><li>[right-exclusive) means the results exclude the value on the left, but includes the value on the right in the filter field. E.g. <code>EXCLUDED SEGMENT = (user input (left) TO user input (right)) AND user input (left)</code></li><li>(left-exclusive] means the results exclude the value on the right, but includes the value on the left in the filter field. E.g. <code>EXCLUDED SEGMENT = (user input (left) TO user input (right)) AND user input (right)</code></li></ul></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chainargos.com/documentation/concepts/filters/filter-operators/numerical-filters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
