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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Set Analysis Expression for Regional Sales


I have a chart that contains Region, Product and Sales. the sales amount is by product and region. I would like to add a column for regional sales based on the product selected. For example:

RegionProductSalesRegional Sales
NorthA40100
WestB5050
NorthB60100

I think I can add the new column with a Set Analysis expression. But I can't figure out the Set Analysis.  Any ideas?  Thanks!

Labels (1)
1 Solution

Accepted Solutions
maxgro
MVP
MVP

sum (total <Region> Sales)

View solution in original post

2 Replies
maxgro
MVP
MVP

sum (total <Region> Sales)

Anonymous
Not applicable
Author


Thank you. That was simple and just what I needed!