The Range Slider has a single data field for binding : Using
Using : filter value and display
This represents the category we want to use internally to filter distinct values.
This is also the text labels displayed to the user when viewing the RangeSlider
This field cannot be aggregated because it must have several separate values in order to be used as filter.
This is a required field.
Several data types are supported :
Number field
With a number field, the Range Slider displays numbers in order between the minimum value and the maximum value, and allows to select values :
Date/Time field
With a date or time field, the Range Slider allows to select time intervals depending on the Date/Time formatting selected :
String field
The Range Slider could also be used to select strings, especially if using sorting (alphabetically) :
Post your comment on this topic.