[]
The Data Range Slicer filters the dashboard data based on values in the bound field. It filters out data below a minimum or greater than a maximum or between a range of values.
Columns
Bind a numeric field containing the values you want to the user to be able to filter by. This field defines the minimum, maximum or range limits available for selection in the slicer.
Slicers can be extensively styled and configured using the Inspector panel. Below are key settings you can modify:

The Data Range Slicer allows you to filter numerical or date-based values using a slider, an input box, or both. The Slicer Style property defines the visual and interactive format users will see.
There are three slicer styles to choose from:
Slider (default): A simple draggable slider for selecting a range.
Input Box: One or two input fields for the user to enter a minimum and maximum values directly.
Input Box + Slider: Combines both the slider and the input fields for more flexibility.
When the slicer style is set to Input Box or Input Box + Slider, the following properties are available:
Displays text outside the input box.
By default, shows the word "value".
Can be customized to show any descriptive label (e.g., "Enter Range" or "Select Date").
Sets the thickness of the input box border in pixels.
Defines the color of the input box border.
When set to True, displays the minimum value input box.
If set to False, only the maximum input may be shown (if enabled).
When set to True, displays the maximum value input box.
You can choose to show only one input field or both.
Controls whether comparison symbols (e.g., ≥ or ≤) are displayed next to the input boxes.
Helps clarify how the entered values will filter the data.
Controls the appearance of text in the input boxes:
Font Family
Font Size
Font Weight
Font Style
Font Color
When the slicer style is set to Slider, only the Font properties are available for customization. These control the labels and tick marks on the slider:
Font Family
Font Size
Font Weight
Font Style
Font Color
Note: The advanced input box settings (label, border, min/max toggles, comparison symbols) are not displayed when using the Slider-only style.