With respect to blog post https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Slider-Control-Increment-Setting/idi-p/7032#com... ,
Is it possible to increment the slider value by 0.5? If so how?
I want the slider to show [ 0.5,1,1.5,2,2.5,3,3.5,4,4.5,5 .... 23,23.5,24 ]
Solved! Go to Solution.
Hi @pcakhilnadh,
You can achieve this by creating a slider from 1 to 10, set the ShowValue to false and use the slider value as Slider1.Value/2
If this helped, please consider marking it as a solution.
Hi @pcakhilnadh,
You can achieve this by creating a slider from 1 to 10, set the ShowValue to false and use the slider value as Slider1.Value/2
If this helped, please consider marking it as a solution.
Thanks for the answer.
Can some way I can customize default show value to show a custom value by setting or changing any properties? I know it can be done using a custom componenet. Just wanted to know if there is any default property available
I think you have to use a custom component or a label
User | Count |
---|---|
122 | |
87 | |
86 | |
75 | |
67 |
User | Count |
---|---|
214 | |
180 | |
137 | |
96 | |
83 |