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

Passing variable to choose one value.

Hello All,

I want to create a Input box with a variable with Listed value, such as A B C and when we  select A field with that A should also change. For EG:-

NAME     Data

     A          1

     B          2

     C          3

So, when a user select A in that Input Box chart should show only A's data.

Any help will be appreciated.

Thanks.

3 Replies
Nicole-Smith

Why not just use a list box with field Name?

Not applicable
Author

There are other values in field Name that I don't want user to select.

Nicole-Smith

You could use an expression in the list box to only get the values that you want:

aggr(only({1<Name={'A','B','C'}>}Name),Name)