Slider

Creates a Slider input with default min, max and step values

sales: $0

$0 $100

Min and Max values can be defined, the step property and define the incremental value of the slider

Months: 0

0 36

showMaxMin property can hide the Max and Min values with false, by default showMaxMin is true

Months: 0

The default size of the slider can be altered with the size property using; medium, large or full

Months Medium: 0

0 36

Months Large: 0

0 36

Months Full: 0

0 36

Specifying Dynamic Columns

Supply data with a specified column name to define the slider's min and max values. The slider's range will be calculated based on the column's minimum and maximum values.

data slider: 0

91 9,728

Supply data with specified column names for minColumn, maxColumn, and/or defaultValue. The first row’s value in each of these columns will determine the minimum, maximum, or default value, respectively.

data slider: 10,000

0 10,000

Slider

Options

Required

name of the slider, used to reference the selected value elsewhere as {inputs.name}

Sets the initial value of the silder

Sets the minimum value on the slider. Negative Values accepted.

Options:
number
Default:
0
Sets the maximum value on the slider. This value must be larger than the min.
Options:
number
Default:
100
Query name, wrapped in curly braces
Options:
query name
Required for data - Take and sets the max and min values of a column
Options:
string - column name
Takes the first value of a column and assigns it to the max value
Options:
string - column name
Takes the first value of a column and assigns it to the min value
Options:
string - column name
Defines the incremental value of the slider
Options:
number
Default:
1

Hides or shows min and max value markers on slider.

Options:
boolean
Default:
true
Sets the length of the slider
Default:
small
Hide the component when the report is printed
Options: