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: 
Not applicable

Pie Chart - Display %?

Good morning -

I have a pie chart that's displaying a simple SUM expression by a list of customers.  I can get the underlying values to pop up when I hover over a section of the chart, but I can't figure out how to display the percentage of the displayed total that each wedge represents.  Any help?  Thanks!

Labels (1)
1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

SUM(Sales) / SUM(TOTAL Sales)

or

SUM(Sales) / SUM {1} Sales)

Change Sales to Wages or whatever your field.

View solution in original post

2 Replies
MK_QSL
MVP
MVP

SUM(Sales) / SUM(TOTAL Sales)

or

SUM(Sales) / SUM {1} Sales)

Change Sales to Wages or whatever your field.

Not applicable
Author

Awesome - thank you Manish!  Worked wonderfully.