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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filters

HI everybody!

I began working with QV not long ago and have a question, is it possible to make a diagram where one of domensions doesn't react to current selection in a multibox?

I.e. I need to get the following table, where TerminalName does not react to the filter selection.

TerminalName.png

Any help on this please?

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

Change your expressions to add set analysis to ignore selection in Terminal Name

=Sum({<TerminalName = >}Volume)

and do that for all your expressions where you want to ignore selections

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

Change your expressions to add set analysis to ignore selection in Terminal Name

=Sum({<TerminalName = >}Volume)

and do that for all your expressions where you want to ignore selections

Not applicable
Author

Thank you , Sunny, it works

sunny_talwar
MVP
MVP

Great, I am glad I was able to help