# 'Is' & 'Is not'

### How does the 'Is' and 'Is not' filter work?

{% tabs %}
{% tab title="Is" %}
The "**Is**" filter **pulls** any **given name** that **matches** the **filter** parameter.

***For example***, when the "**Is**" filter is applied to the **financial status** with the "**refunded**" parameter, the app **filters** in all the transactions with a "**refunded**" status.

![](/files/4yaiiB4pGpZMpRIPyOUA)
{% endtab %}

{% tab title="Is not" %}
The "**Is not**" filter excludes any name that **matches** the filter parameter.&#x20;

***For example***, when the "**Is not**" filter is applied to the **financial status** with the "**paid**" parameter, the app **filters out** all the **transactions with a "paid" status** and shows all **other available** statuses.

![](/files/zbi6lOMwAaIpBU1vQE7e)
{% endtab %}
{% endtabs %}

*Watch this 85 seconds explanatory video to understand better:*&#x20;

{% embed url="<https://youtu.be/Wk59xaxetnc>" %}

{% hint style="info" %}
Please note that with the "**Is**" and "**Is not**" filter condition, you can **add more than one** filter value.
{% endhint %}


---

# 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.reportpundit.com/knowledge-base/report-creation/filters/is-and-is-not.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.
