Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Fill a variable with a selection

Hi,

I have made an Load inline table which gives a number of options :

Capture.PNG

Now I want a variable which automatically stores the chosen option, but I don't know how to do that.

I want to do something like (i'm thinking in programming terms) ;

vSelection = selection.value

I can do it with a button, which by pressing does a storing action to the variable, but isn't there a way to eliminate the button and do it right away? I mean, with a slider you don't need a button either to store the value.

thanks

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

3 Replies
MayilVahanan

Hi

     Create a variable like this,

     vSelection = GetFieldSelections(Selection)

     Hope it helps

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.
Anonymous
Not applicable
Author

Check Attached

Not applicable
Author

hey thanks guys so much!