Range
Applies to: Kyvos Reporting
When the Input Type is set to Slider, you can enable Range selection by selecting the Range checkbox. This allows users to specify a range of values—such as a price range—on the Input Parameter Form (IPF).
Required Fields for Range Type Slider
Once Range is selected, the following properties must be configured:
Property | Description |
|---|---|
Range Parameter Name | Specifies the name of the range-type parameter. This is used for referencing and identifying the range control. |
Default Value | Acts as the default lower value on the slider. |
Upper Default Value | Specifies the default upper value for the range. If this field is left blank, the slider's Maximum Value will be used as the upper default. |
Allowed Range | Defines the maximum permissible difference between the lower and upper values on the slider. This restricts how wide the selected range can be. |
Behavior on the Input Parameter Form
When range mode is enabled:
The slider displays two handles—one for the lower value and another for the upper value.
Users can drag the handles to select a value range.
If default values are configured, the slider will open with those defaults pre-selected.
Example
If you are setting up a Product Price parameter:
Minimum Value = 100
Maximum Value = 1000
Step = 50
Default Value = 200
Upper Default Value = 800
Allowed Range = 700
Then the IPF slider will let users select any price range within 200 to 800, in steps of 50, with a max difference of 700 units between selected values.