> 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/filter-types/2.-facet-filter/i.configuring-facet-filter/b.features.md).

# b.Features

The Facet Filter supports multiple features, enhancing flexibility and customization, including:

#### **1. Cascade Filter**:&#x20;

By default, Cascade Filter is set to On. When enabled Selecting an item in one category dynamically filters items in other categories based on available data.

<figure><img src="/files/OheYQz9NYISuJ9Q0RSLX" alt="" width="327"><figcaption><p>GIF 1: Facet Filter with cascade mode enabled</p></figcaption></figure>

{% hint style="warning" %}
Adding a measure to the "Others" field hides the cascade filter option in the format pane, as it's only supported for Category fields, not measures.
{% endhint %}

#### **2. Single Select:**

&#x20;This option is available for **List**, **Dropdown**, **Tile**, and **Toggle** view types. When enabled, it allows to select one item.

#### **3. Bulk Copy Paste**:&#x20;

Enable to show Mass Filter for each category, making it easier to manage large datasets efficiently. Bulk copy paste will not be shown when single select is enabled.

#### **4. Progress Bar**:&#x20;

Enable to show a progress bar for each category, which provides a visual representation of filtered data relative to the total available data. The progress bar will not be shown when single select is enabled.

#### **5. Search**:&#x20;

Allows the search option to be displayed for each category, making it easier to navigate and filter large datasets. The search option will be shown only if there are more than 5 items in a category.

<figure><img src="/files/y6xPcxbwaj4P7sLqjD30" alt=""><figcaption><p>GIF 2: Facet Filter in Horizontal Layout with Search enabled for each category</p></figcaption></figure>

#### **6. Layout**:&#x20;

Allows users to customize the arrangement of categories either **horizontally** or **vertically** providing flexibility in displaying filter options.

<figure><img src="/files/WWYuVB4fM7ubxOyVj09W" alt=""><figcaption><p>Image 1: Horizontal and Vertical layouts in Facet Filter with data count and progress bar</p></figcaption></figure>

#### **7. Data Count**:&#x20;

Allows users to display the total number of items in each category and track the number of selected items, providing better visibility into filter selections.

#### 8. Selection State:

Helps users easily manage filter selections by displaying three tabs **Selected**, **Unselected**, and **All** below the search bar. When enabled from the Format Pane, it allows users to quickly navigate between filtered and unfiltered items, making selection review and adjustments more intuitive. This is not available in dropdown view type.

<figure><img src="/files/v8iHufo9iJ3vosza9HMa" alt=""><figcaption><p>Image 2: Selection state grouping in facet filter checkbox view type.</p></figcaption></figure>

#### **9. Reset to Default**:&#x20;

A button located at the bottom left of the **Facet Filter** section to reset all customizations.


---

# 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/filter-types/2.-facet-filter/i.configuring-facet-filter/b.features.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.
