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

How to display graph data labels in percentage format

Hi All,

I have put up a bar graph with three dimensions and measure is count (member)

Female 1245

Mlae     1254

Unknown 12

For the above data set i have plotted bar graph. But i need the data labels to be in percentage. How should i do it.

17 Replies
trdandamudi
Master II
Master II

Sorry, I am not into QlikSense,, Hope someone will help you out,,,

vicky_qv
Contributor III
Contributor III

Hi,

Please find here.Capture.PNG

Thanks,

Vignesh U.

kkkumar82
Specialist III
Specialist III

Hi,

I have tried with a simple inline load of your data Community05292017.png

kkkumar82
Specialist III
Specialist III

Is this what you want

Anonymous
Not applicable
Author

Hi Kiran,

Exactly this is what i wanted. Can you share the screenshots of measure you used

Regards,

Avinash

vicky_qv
Contributor III
Contributor III

Hi Avinash,

Is the expression (Sum(count)/Sum(total count)) not working as measure for you?

Thanks,

Vignesh U.

kkkumar82
Specialist III
Specialist III

Hi

I have used an Inline load, taking

Gender, Count

as columns and in the expression I have used

Sum(Count)/Sum(total Count) and change the format to Number and Select the one which is showing percentage with 2 decimal points.

kkkumar82
Specialist III
Specialist III

Let me know the expression how your are calculating the count so that we can say the expressions for your scenario