Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

slider object

hi,

I am having the slider object and Buttons. See below images.

Now my requirement is if i click on button25% the slider should move only 25% of the range of the slider.

ex: my slider min=0 and max1 then if i click on button25%, then the slider should show on the value of 0.25.

error loading image

Thnks

error loading image

6 Replies
brenner_martina
Partner - Specialist II
Partner - Specialist II

Hi,

you have to set a veriable by using actions / extern, the slider shows the value of that variable.

tresesco
MVP
MVP

Hi,

find the attachment. basically you have to use trigger with a variable.

Regards, tresesco

Not applicable
Author

Hi Martina,

Can you give a example for how to work with this. I am new to QlikView technology, if possible please send me some screenshot for this creation of variable and applying actions/extern.

Thnks

tresesco
MVP
MVP

Basic steps are somewhat like these:

1.Settings->Variable Overview->Add (Make a variable say VAR1)

2.Button->Properties->Action->Add->External->Set Variable

Variable=VAR1 and Value=25

And in slider object chose Data -> VAR1

Min and max as you want.

Not applicable
Author

hi tresesco,

In slider object how can i choose Data->VAR1 , and how can i give expression for min and max in slider.

My Object is selecting from Database everytime it change its Min and Max. How can i calculate and give the Value exactly 25% of slider value.

Thnks

tresesco
MVP
MVP

Hope this helps, if not you can upload your sample application.