Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to make a chart expression independent of selections in a particular field

Hi All,

I have an expression to calculate a sum:

Eg. Sum(Sales)

I want this expression to disregard selections in the fields A,B but dependent on selections in other fields.

How can I accomplish this?

Thanks,

Neeraj

4 Replies
matt_crowther
Luminary Alumni
Luminary Alumni

Set Analysis is what you need.

Search for 'Set Analysis' in the Help file and it will walk you through it - once mastered it's a very useful tool.

Hope that helps,

Matt - Visual Analytics Ltd

Anonymous
Not applicable
Author

Sum({<A=,B=>}Sales)

Not applicable
Author

I guess it must be like this

Sum({ A=>,B=>} Sales)

Regards

Sravan

edit: oops Dinesh was a bit fast!

Not applicable
Author

Thank you Matt, Dinesh, Sravan for the prompt response.

I tried Dinesh's expression and it works

Regards,

Neeraj