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: 
muhammedraleen
Partner - Creator
Partner - Creator

Need to exclude a filter

Hi All,

QlikView Desktop

I have written an expression, where it consists of 3 summations with inner set expressions. Now, i need to exclude the company filter selection. If i put Company= in all 3 summations , its working but i need to mention in it once. I tried an outer set expression for this, but it's not working.

Outer expression :- {<Company=>} Sum({$<Jun={'Yes,TIW'}>} Amount)
                                                         +
                                                        Sum({$<Jun={'Yes','Yes,TIW'}>} Amount)

Can anyone please help me on this?

1 Solution

Accepted Solutions
lennart_mo
Creator II
Creator II

Hi @muhammedraleen,

I had to look it up in the Qlik Documentation myself but apparently using the '$' in the inner set expressions overrides the outer expression, so by deleting those should fix your issue.

Hope this solves your problem!

View solution in original post

2 Replies
lennart_mo
Creator II
Creator II

Hi @muhammedraleen,

I had to look it up in the Qlik Documentation myself but apparently using the '$' in the inner set expressions overrides the outer expression, so by deleting those should fix your issue.

Hope this solves your problem!

muhammedraleen
Partner - Creator
Partner - Creator
Author

Hi @lennart_mo ,

Thanks for the support, it is working.