Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
prat121
Contributor III
Contributor III

Dashboard

Hello all I wanted to know about something, I had a requirement where in the country filter if a particular country is chosen then the charts should not show any values related to that chosen country and should show all other results. 

Labels (1)
2 Replies
KGalloway
Creator II
Creator II

I can think of two ways to do this, but there may be better ways.

  1. Create a second field with all the same values as your country field called Country_Exclude or something like that. Then, add an if statement to your table on the Country dimension: if(Country <> Country_Exclude, Country). Then, uncheck "Include null values". This will only allow countries to show in the table if they are not the country selected in the Country_Exclude field. You can also do this in any charts that have a Country dimension.
    1. KGalloway_1-1696514746619.png

       

  2. Make the selection of a single country in the country field and then select alternative.
    1. KGalloway_0-1696514576960.png

      This will select everything else and deselect your current selection.

Let me know if I can clarify anything.