> For the complete documentation index, see [llms.txt](https://help.tellius.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.tellius.com/6.0/vizpads-explore/control-filters/range-slider.md).

# Range slider

When you create a range slider, a control filter widget named ***"Range Slider (chosen\_column)"*** with a dropdown menu and a scale will be displayed.

### Creating a range slider

1. From the required Business View, select the measure for which you want to apply filters.
2. The range of values available for the selected measure will be highlighted.
3. Click on the pencil icon to rename the range slider filter.

<figure><img src="/files/tnaupq3DH0kXoTqTwMfs" alt="" width="317"><figcaption><p>Range slider</p></figcaption></figure>

### Selecting the values

1. Click on the dropdown menu to select the required operator from the list (equals, does not equal, greater than, greater than or equal to, less than, less than or equal to, and inbetween).

<figure><img src="/files/yiAN7tokAHHipsSE4eIr" alt="" width="305"><figcaption><p>List of operators</p></figcaption></figure>

2. According to the selected operator, the minimum and maximum points in the range differs.

{% hint style="info" %}
Only the **Inbetween** operator has two points in the slider. All other operators will have only one point in the slider.
{% endhint %}

3. The current value indicates the previously selected range. Initially, the current value will be the range of available value for the selected measure.
4. When the slider is moved, the color changes to blue. Once the value is set and clicked on **Apply**, the color changes to purple. Click on **Undo** to revert to the previously selected state.

<figure><img src="/files/5Hlak0XyGwodnGtgTJLg" alt="" width="450"><figcaption><p>Building a range slider</p></figcaption></figure>

### Formatting a range slider

For the range slider, in addition to the title text formatting shown above, users can also format the color, size, and style for the min-max values and selected values.

<figure><img src="https://files.helpdocs.io/6dnnwn52e3/articles/sn3znouefg/1685899111470/image.png" alt="" width="375"><figcaption><p>Formatting a range slider</p></figcaption></figure>


---

# 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://help.tellius.com/6.0/vizpads-explore/control-filters/range-slider.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.
