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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
fredericvillemi
Specialist
Specialist

Have a chart containing unselected values ?

Hello,

I have a crosstab list with several Dimensions : Region / Country / City  and a few KPIs : amount of Sales / nb Customers

The chart shows all the data and when I select a specific Region, it filters on this region. Great !

Now I would like to have a second chart which contains the opposite of that :

  • Nothing when everything is available in the first chart
  • all the non selected region or other dimensions when a region is selected and shown in the first chart

I tried something like {1-$} but it's not good, but I'm probably not too far.

And, bonus question, how could I merge that in a single chart ?

For exemple having one more first dimension called "Scope" with everything selected in "Current Scope" and all other data in "Others" scope

Thanks

4 Replies
krishnacbe
Partner - Specialist III
Partner - Specialist III

Try below Expression

Sum({<Region=E()>}Sales)

fredericvillemi
Specialist
Specialist
Author

Hello,

that's really nice, not the same thing as {1-$}

And can I cumulate dimensions ?  Region=E(),Country=E() ? is there a priority ?

Thanks

krishnacbe
Partner - Specialist III
Partner - Specialist III

I hope no Priority is needed.

krishnacbe
Partner - Specialist III
Partner - Specialist III

I will set the excluded values based on the order you mentioned.