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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
madmax88
Creator II
Creator II

Share of Total

Hi all,

I have a question. I have following table

   

CustomerProductValue
A110
A25
A310
B110
B20
B35
C10
C20
C310

Goal is to find out the share of a product in a Portfolio of a customer. If I select Product 1, I want to know the share of product 1 to all products of each customer. In this case it would give me following results:

Dimension Selected: Product 1:

   

CustomerShare
A40%
B67%
C0%

How should be the expression in set Analysis?

With my Expression I get only the share of a selected product to all products for each customer:

sum({$<criteria_1={'yes'}>}Value)/sum({$<criteria_1={'yes'}>}Total <Customer> Value)

In this Case I would become this:

A 50%

B 50%

C 0%

Thanks

22 Replies
sunny_talwar

Color? Where did the color came from? Are we talking about different issues or are we still working on the same problem?

madmax88
Creator II
Creator II
Author

its another problem,but with the same expression. Shall i open a new thread?

sunny_talwar

Yes, I would think so... also, provide more details as this might not be enough to know what you are trying to do.