Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Zaidan_as
Creator
Creator

Show Percentage and Value in Stacked Column Chart

Hello,
As i stated in the subject, I want to show the value and also the value in the stacked column chart Qlik Sense.

I already try all this solution in this thread https://community.qlik.com/t5/New-to-Qlik-Sense/Values-and-Percentage-Share-in-Stacked-bar-Chart/td-... but I cannot get the result that I wanted.

This is my stacked column chart in QlikSense

Screenshot_21.png

and basically, in below or top of the value in each stacked column, I want to show the percentage.
The illustration is like this,

Screenshot_22.png

 (this image is from the thread link above)

Labels (4)
1 Reply
Zaidan_as
Creator
Creator
Author

i also already implement this in my measure expression but it's still not showing the percentage 

=Dual(Num(Sum([NC Qty]), '#,###.') & Chr(10) & Num(Sum([NC Qty])/(Sum([xACQty])+sum([NC Qty])), '##.##%'), Sum([NC Qty]))