# 'is BLANK' & 'is not BLANK'

```
How does "is BLANK" & "is not BLANK" filter work?
```

**'is BLANK'** filter condition is used to filter the blank records.

**For Example:** Filter all products that do not have any 'Variant Title'.

When '**is BLANK'** filter is applied on 'Variant Title' field, the report will filter out all the products that does not contain 'Variant Title'.

<figure><img src="/files/MK4zGoylxerJldpHYL5Y" alt=""><figcaption></figcaption></figure>

**'is not BLANK'** filter has been applied to 'Variant Title' field to show all the row which have inputs added, as shown below.

<figure><img src="/files/vtbqVbju8xpBZaXHjM8S" alt=""><figcaption></figcaption></figure>

&#x20;


---

# 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.dataexport.io/kb/reports/filters-and-sorting/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.
