Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

use value of slider in a variable

hi,

I made a slider of years like- 2004 to 2011.

now i wanna do, if i select any year then its value get fetch in a variable.

help me to do this.

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Well, you just need to create a variable and select the variable in general tab of the slider object, don't you?

And set min an max years on the tab,too, static step = 1.

Hope this helps,

Stefan

View solution in original post

4 Replies
swuehl
MVP
MVP

Well, you just need to create a variable and select the variable in general tab of the slider object, don't you?

And set min an max years on the tab,too, static step = 1.

Hope this helps,

Stefan

its_anandrjs

HI,

Use vFetchVar =Getfieldselections(YourYearfield) by this you get year value suppose you select 2009 you get 2009.

Rgds

Anand

Not applicable
Author

hi anandrjs,

i wan to do this using a slider, can i do that.

Not applicable
Author

thanx for ur reply swuehl, it worked.