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

Using combined (conjoined) filters

In want to exclude sales manager 'james'  "in" region 'south' on my sales dashboard.

So when James pops up in region north that is no problem

When clicking south in the listbox of the regions, and excluding clicking salesmanager james in the salesmanager listbox I only retrieve the numbers regarding region south.

What can I do to employ a correct interpretation?

2 Replies
lironbaram
Partner - Master III
Partner - Master III

you need to do it like this

select james

then select South

then do select excluded on the region field

if you wnat it in a formula you can use set analysis

sum({<manager={james}, Region=-{South}>}sales)+ sum({<manager=-{james}>}sales)

Not applicable
Author

Hi Liron, This does not work.

It excludes the region while selecting only james. So now I solely have the name james rather than all sales managers.

I didn't try the set formula because is essential for my end-users to be capable to exclude in such way using easy navigation.