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

Show Subtotal In Pie Chart? Possible?

Hi guys,

Has anyone found an easy way of showing the total all records shown in a pie chart? I have a pie chart with the numbers shown alongside the legend. typically, I would like to show the sum of the numbers in the legend. I know I could create a text box but i am supressing nulls etc in my chart so I don;t think it would be the most efficient method. Any Ideas?

Thanks,

2 Replies
Not applicable
Author

bcolgan85 I've run into the same challenge and can't figure out an elegant solution to this. See below, like you said you can add a text box but that's not going to dynamically format like a total of all records. Any suggestions from the community other than a text box would be appreciated. Thanks

johnw
Champion III
Champion III

Well, I'm not sure it's elegant, but on the presentation tab, you can add text in chart, with an expression like:

='Total = ' & sum(Value)

Then control shift the chart and drag the total wherever you want it. It's still text, but at least it's part of the chart.