# Filtering and Searching

Above each column of the table there is a filter and search control. The display of data in the table is adjusted according to the set filters.

The display of numeric values can be limited to a maximum and a minimum value (two fields are available), while only one field is available for searching text values.

<figure><img src="/files/NxbwYboCoXx9WdSQfqQs" alt=""><figcaption><p>Filtering numbers</p></figcaption></figure>

The filtering can be started by pressing Enter or automatically after a set delay. This delay can be controlled in the configuration INI file by setting the variable *`ApplyFilterDelay`*.

{% hint style="info" %}
Filter "reset" can be done by emptying all hotnot filters + confirming with Enter key.
{% endhint %}

## Default filtering

The configuration can be set so that the data table is filtered by the column and value in the configuration at startup. These are the parameters *`InitiateFilterDbFieldName`* and *`InitiateFilterValue`*.

## Examples of filtering and searching

The images below contain examples of filtering numeric and text values.

<figure><img src="/files/zegU47rGyWzVtYiCB1iv" alt=""><figcaption><p>Unfiltered data table</p></figcaption></figure>

### Numerical values

<figure><img src="/files/qBU70r6cxwvJ5O6IULTd" alt=""><figcaption><p>Display values in column Count =&#x3C; 4</p></figcaption></figure>

<figure><img src="/files/9tSBTNK5RKkQIEo7vr2w" alt=""><figcaption><p>Display values in column Count >= 10</p></figcaption></figure>

### Text values

<figure><img src="/files/H6jSEaKuUvqUqkWWWXdb" alt=""><figcaption><p>Display of all sheets with a thickness of 0.8 mm</p></figcaption></figure>

## Other settings

Other settings for filtering are described in chapter[Section \[Settings\]](/holixa-erp-picker/common-information/application-configuration/configuration-file-parameters/section-settings.md).


---

# 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://help.holixa.com/holixa-erp-picker/erp-picker-standalone-app/overview-of-commands/filtering-and-searching.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.
