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

Show filter in required manner

Hi All,

I have a table with given column values A,B,C, D, E ...

I need to show filter like this .

  • All (A,B,C, D, E )
  • Only A

How many ways to get the above requirement.

Labels (2)
1 Reply
sergio0592
Specialist III
Specialist III

Hi,

Try to create list boxs. As expression write :

=[$Field] for All (A,B,C,D,E)

=if([$Field]='A',[$Field])