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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
xx75
Contributor
Contributor

Set analysis: sum of all values based on selections except one

Dear all I need your help.

I'm trying to specify a set analysis that acts like that:

Totals sales calculated with the active selections (ie Year, product line) but if I select a specific customer, this selection doesn't have to be applied

thank you in advance

 

Labels (1)
2 Replies
martinpohl
Partner - Master
Partner - Master

hi,

with

sum({<Supplier=>} sales)

you achieve that all field selections except in field Supplier is relevant to your expression.

Regards

xx75
Contributor
Contributor
Author

thank you!!!!!