Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisbrown1
Contributor III
Contributor III

Display Value and Percentage in Pie Chart

Qlik Sense provides the option of displaying a value or percentage in a pie chart. How do I display both?

Presentation:

Value labels: Custom->Values

Value labels: Auto->Percentage

Thanks for your help.

16 Replies
OmarBenSalem

sure:

in u pie chart;

as dimension:

=YourDim&' : '& aggr(num(sum(YourMeasure)/sum(total{<YourDim>} YourMeasure),'#,##0.00%'),YourDim)

as a measure:

sum(YourMeasure)



Under aspect > presentation, show the values:

Capture.PNG

result (per aalogy): Capture.PNG

chrisbrown1
Contributor III
Contributor III
Author

Omar - Thank you for your assistance. Would you mind sending the qvf file for the above?

OmarBenSalem

I can't; it's a qvf containing all of my answers in the community..

ps:Why is ur response helpful and not mine?

chrisbrown1
Contributor III
Contributor III
Author

My mistake Omar. I meant to mark yours as helpful. Thanks again.

OmarBenSalem

Just kidding

chrisbrown1
Contributor III
Contributor III
Author

Omar,

My original Dim = [G-R&D-S]

My original Measure = Sum({<[Funding Agency ID]={5700}>}[Action Obligation])/1000000000

I changed the Dim to:

=[G-R&D-S] & ':' & AGGR(NUM(Sum([Action Obligation])/Sum(TOTAL{[G-R&D-S]}[Action Obligation]),'#,##0.00%'), [G-R&D-S])

But it gives:

Any ideas? It is grammatically correct but does not produce what I was looking for. Thanks

Digvijay_Singh

I think it may be like this -

=[G-R&D-S] & ':' & AGGR(NUM(Sum([Action Obligation])/Sum(TOTAL<[G-R&D-S]> Action Obligation]),'#,##0.00%'), [G-R&D-S])

prananellutla
Creator
Creator

Hey Omar This is awesome. can we do something similar for bar chart on qlik sense. Instead of %s to show on x-axis , can we show them as number(%) on bar itself. I tried using dual fucntion, its no use. and there are discussions where you can show values next to legend on charts in qlik view. I assume its not something we can do it in sense.

any similar tips /tricks to work with bar chart ?

Piechart legend with both value and Arguments

Show two values in the Pie chart Legend

pedromsouza
Creator
Creator

Very helpful. Thanks!

Qliking since '09