Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
Can anyone help me in how to set the Slider selection based on button click
i.e if i am clicking 25%button then the slider should move upto 25% portion in the slider.
Ex:
Hi, check whether it may be helpful to u..
hi bhaskar thanks for your reply.
But i am not having full Licensed version of QlikView, so i am not able to open ur file.
Please, if possible can you send me the screen shots of the file.
Thnks
Hi venkat,
Create variable like vSlide and assign that variable to the slider object
and specify the min value as 0 and max value as 1.
in Number tab specify the type as Integer and check the show in percentage box.
then in button property -> Actions ->Add -> Set Variable ->Select vSlider in the variable then assign 0.25 as Value.
0.25 is used to select the slider value as 25% like that u can create many buttons to assign different values.
Hi Gopinathan,
I am getting the data from database, so i don't know the min and max of the object.
I need it should calculate the min and max based on that, display the slider at 25% when button clicks.
Can you give me this solution with some example.
Thnks