In my dashboard, I want to add toggle button to display different graphs or values. I am looking for below control according to the documentation but I can’t find the slider control it is referencing.
I do not see options for Slider in controls anywhere.
Create a numeric or integer parameter then add a control to it. Slider will be an option.
But only with a single value parameter
I want to have a slider which has a calculation named MIN Net Amount Due = min({Net Amount Due}) as its low value. The problem I am seeing with a slider is that the Slider Minimum Value, Slider Maximum Value, and Slider Step Size have to be set manually. So, even though the minimum Net Amount Due is -123456, the slider only reflects the values I entered for the control. How can I have a slider show the calculation as the Slider Minimum Value rather than just stick random values to the slider control which may not be correct? I don’t want to enter 0 as the Slider Minimum Value when there are values lower than that. I would have to query the database often and manually change the slider values in all the analyses using this.