Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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 (1)
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])