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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources 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?

1 Solution

Accepted Solutions
sunny_talwar

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

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

Great, I am glad I was able to help