Hi
Is it possible to work with decimals with the slider control?
For instance: min = 1, max = 5 and increments of .5 ?
Hello,
I created a slider and I passed a min value as 0, and the maximum value as 1 and I want to increment 0.1 each time a user perform action through the slider, so can someone help me how to design this? Remember the values should change in reverse order when user drags the slider to the beginning again.
Here is an idea in case you need a slider with decimal values.
Add a Slider control to your canvas, the set the properties as follows
The add a text label above the slider, rename the label to "sliderLabel". Set the Text property of the sliderLabel to the following formula - slider.Value / 10
That's it, see the picture attached for the result. 😎
Awesome, this works! 🙂
I'm working through setting up a slider to record the body temperature of a patient in Farenheit. I set the slider to default to 986 and then set min / max of 900 / 1090. I then used a caption field and divided the number of the slider by 10 to show the correct value. While this is not ideal, its a viable work-around.
Hope this helps.
Defining increments is not supported yet in Slider Control
You can add a new idea on Power Apps ideas forum
https://powerusers.microsoft.com/t5/PowerApps-Ideas/idb-p/PowerAppsIdeas
or Vote up on a related idea
https://powerusers.microsoft.com/t5/PowerApps-Ideas/Slider-Control-Increment-Setting/idi-p/7032
and adding that the increment should support decimal values.
Thanks
WarrenBelz
637
Most Valuable Professional
stampcoin
570
Super User 2025 Season 2
Power Apps 1919
473