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

calculation should exclude everything except

Hi,

I have 5 filters like Product, Region, Empname, Site, Month.

When I want to show aggregate number it should change when I click on month.

So I used Sum({<Product, Region, Empname, Site>} Amount) ...its working but I need to mention it in each text box everytime.

DO WE HAVE ANYTHING THAT WILL EXCLUDE EVERYTHING EXCEPT MONTH.

OR

GOOD & EASY WAY

Thanks

narendra

2 Replies
sunny_talwar

Try this

Sum({1<Month = $::Month>} Amount)

or

Sum({1<Month = p(Month)>} Amount)

UPDATE: Check this link out

Ignore all selections except some specific fields using Set Analysis

swuehl
MVP
MVP

Maybe have a look at alternate states and only offering the Month listbox to modify the Month selections in that alternate states.