Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Convert % in piechart

piechart.JPG

How do I convert the numbers to normal % based on 100%

1 Reply
sunny_talwar

What is the expression you are using right now?

If you are using something like Sum(Sales) with a dimension, then try selecting relative check box to see if that helps.

If you are using multiple expressions with no dimensions then may be try like this:

Expression1/RangeSum(Expression1, Expression2, Expression3, Expression4)

...