# Single-select list

When you create a single-select list, a control filter widget named "***Single-select List (chosen\_column)***" with two nested lists **Include** and **Exclude**, and the list of all available values for the selected column will be displayed.

### Creating a single-select list

1. From the required Business View, select the dimension for which you want to apply filters.
2. Click on the pencil icon to rename the multi-select control filter.
3. To sort the filter values, click on the sorting icon to sort the values in ascending or descending order.
4. To search for a specific value, start typing the value in the search bar provided and the values matching your input will be displayed.
5. **Include** list displays the value considered for filter. **Exclude** list displays the list of excluded values. By default, **Include** list will be selected.

{% hint style="warning" %}
Unlike a multi-select filter, only one value can be selected for a single-select filter.
{% endhint %}

<figure><img src="/files/L5fLREpXetYJz6UYZ81z" alt="" width="313"><figcaption><p>Single-select list</p></figcaption></figure>

### Selecting the value

1. Once the required value is selected, click on **Apply** to apply the filter or click on **Undo** to revert to the previously saved state.
2. The filter will be applied to all the charts in the Vizpad that were created using the specific Business View, and a global filter pill will be created that reflects the applied control filter.

{% hint style="info" %}
The list of available values will display the first 300 values. Further scrolling will display the remaining values.
{% endhint %}

<figure><img src="/files/D9cE0Sqw24EbWWeYbs0e" alt="" width="450"><figcaption><p>Single-select filter</p></figcaption></figure>


---

# 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://help.tellius.com/tellius-6.3/vizpads-explore/control-filters/single-select-list.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.
