# 'is Blank' & 'is not Blank'

### How does the 'is Blank' & 'is not Blank' filters work?

{% tabs %}
{% tab title="is Blank" %}
The '**is Blank'** filter condition is used to **filter out** records that have **NULL** values in a particular field.&#x20;

***For example***, **filtering** all orders **without an email ID** using the '**is Blank'** filter condition will show **ONLY** those **orders** that **do not have an email ID** recorded in the system.

![](/files/hOv9ZjRtUXRgUFANJz2I)
{% endtab %}

{% tab title="is not Blank" %}
The '**is not Blank'** filter condition will **show** records that **have a value** in the specified field.&#x20;

***For example***, applying the 'is not **Blank'** filter condition to the **email ID** field will show **ONLY** those orders that have an **email ID** recorded in the system.

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

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

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


---

# 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-null-and-is-not-null.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.
