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

Dynamic filters

Hello all,

I want to make a filter depending of the value of a dimension. To be more clear, I want to create table with Publishers in dimension and the sum of  sales in expression. But for certain publishers, I want only the sales of books, for another only for the videogame, for another one, the books and videogames.

Could you help me on this?

Thank you ,

1 Solution

Accepted Solutions
sunny_talwar

You can use set analysis for doing this:

Sum({<Publisher = {1}, Product = {'Books'}>+<Publisher = {2}, Product = {'VideoGames'}>+<Publisher = {3}, Product = {'Books', 'VideoGame'}>}Sales)

View solution in original post

2 Replies
sunny_talwar

You can use set analysis for doing this:

Sum({<Publisher = {1}, Product = {'Books'}>+<Publisher = {2}, Product = {'VideoGames'}>+<Publisher = {3}, Product = {'Books', 'VideoGame'}>}Sales)

Not applicable
Author

Thank you verry much Sunny it's working