> For the complete documentation index, see [llms.txt](https://docs.inforiver.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inforiver.com/super-filter/features/10.-display-settings/ix.-no-data.md).

# ix. No Data

The **No Data** setting in Super Filter controls whether filter values are displayed by default or only after a user makes a selection. This feature is designed to improve visual clarity, enhance user focus, and optimize performance especially in scenarios where filters are intended to guide the user’s interaction before displaying data.

#### Configuration Steps

{% stepper %}
{% step %}
Open the **Format Pane** for the Super Filter visual.
{% endstep %}

{% step %}
Locate the **No Data** option under the relevant configuration section.
{% endstep %}

{% step %}
Enable the toggle to activate the feature.

* When **disabled** (default), the filter visual displays all available items even if no selection is made.
* When **enabled**, the visual remains empty until the user selects a filter value. No data will be shown initially.
  {% endstep %}

{% step %}
This option is supported across **all filter types**, including Hierarchy, Facet, Date, and Measure filters.
{% endstep %}
{% endstepper %}

<figure><img src="/files/N3fvuhsQpOoMq6x3y9IE" alt="" width="563"><figcaption><p>GIF 1: No Data enabled using  Treemap Filter in dashboard.</p></figcaption></figure>

{% hint style="warning" %}
Note: This option was only available in Tree map filter. From version 5.6.0.0 it is available under **Display settings** in format pane.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.inforiver.com/super-filter/features/10.-display-settings/ix.-no-data.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
