Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Lokesh_5045
Creator
Creator

Showing values only if we select a condition in a check box / list box

I have a table like below.

ID Country Value
A AA 10
B BB 20
C CC 30
D DD 40
E EE 50
F FF 60

I have 3 conditions. If I write the condition, it returns 'ID' values which meets the condition.
Like, Condition - 1 ---> A, B
Condition - 2 ---> C, D
Condition - 3 ---> E, F.

Now I need to list out those conditions either as a buttons or as selection in filter pane.

Condition 1
Condition 2
Condition 3


If I select condition - 2, the above table should display only C & D.
If I select condition - 1 & 2, the above table should display A, B, C & D
If I don't select any condition or if I select all conditions, it should display all.

Help me in creating this data visualization.

Labels (4)
2 Solutions

Accepted Solutions
ogster1974
Partner - Master II
Partner - Master II

Have you thought about using an button with actions assuming the conditions are limited and either adding filters to it till the condition is met or creating a bookmark for each condition and linking that to the button.

View solution in original post

Lokesh_5045
Creator
Creator
Author

Thank you for reply.

I have used variable input buttons, where I have defined conditions in those button values.

View solution in original post

2 Replies
ogster1974
Partner - Master II
Partner - Master II

Have you thought about using an button with actions assuming the conditions are limited and either adding filters to it till the condition is met or creating a bookmark for each condition and linking that to the button.

Lokesh_5045
Creator
Creator
Author

Thank you for reply.

I have used variable input buttons, where I have defined conditions in those button values.