> 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/5.-presets/iv.rank-based-presets.md).

# iv.Rank Based Presets

{% hint style="success" %}
**Supported in:** ❌Date Filter **✔**&#x46;acet Filter **✔️**Hierarchy Filter ❌Alpha Numeric Filter

❌Numeric Filter
{% endhint %}

The **Rank-Based Preset** feature allows users to apply ranking rules as a preset in the **Preset Bar**, enabling quick and consistent filtering based on rank.

{% embed url="<https://www.youtube.com/watch?index=18&list=PLisLVA_RnBO5QEJvAbyNHwfdboQVbF7LC&t=389s&v=0ZPpjhwqr1M>" %}
Video 1: Rank Based Presets
{% endembed %}

**How to Configure a Ranking Preset:**

{% stepper %}
{% step %}
Ensure a **Facet Filter** or **Hierarchy Filter** is added to the Super Filter.
{% endstep %}

{% step %}
When **Preset** is enabled in the **Facet** or **Hierarchy Filter**, the **Ranking** option is automatically enabled.
{% endstep %}

{% step %}
Create a New Preset:

* Click on **Add Preset** in the Preset Bar and Preset List.
* Select **Rank** as the **Preset Type**.
* Set the **Name** and **Style** for the preset.
  {% endstep %}

{% step %}
In the Rank Type option select from the three ranking types:

* **Dynamic:** Displays a pop-up when selected, allowing users to configure ranking dynamically. It is Not available in Pop-Up View.
* **Static:** Applies a fixed ranking configuration e.g., selecting Top 3 will always filter the top 3 items.
* **Clear:** Clears the applied ranking filter, removing the "Others" section inside facet filter.
  {% endstep %}
  {% endstepper %}

{% hint style="info" %}
Explore the [blog](https://inforiver.com/blog/inforiver-super-filter/ranking-in-power-bi-no-code-solutions/) to see how ranking presets can simplify filtering in dashboards.
{% 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/5.-presets/iv.rank-based-presets.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.
