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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Percentage on a gauge chart

How do I show numbers on the gauge chart as well as the needle and its gauge?

Dan

Labels (1)
1 Solution

Accepted Solutions
Not applicable
Author

chart properties,

expression tab, check "Relative" box

number tab, fix to number and check the "Show in Percentage" box

View solution in original post

3 Replies
Not applicable
Author

chart properties,

expression tab, check "Relative" box

number tab, fix to number and check the "Show in Percentage" box

Not applicable
Author

Thanks carnyfm.

One more thing, is it possible to make numbers show inside the gauge chart as well as the gauge reading the value?

Anonymous
Not applicable
Author

yes it's possible. What I do is create a text object with the expression and make the text object transparant. That way it looks like the gauge chart and text object are 1.

an example of a expression would be:

=num(count(OrderID) / count(TOTAL OrderNo), '#.##0 %')

Hope this helps

iSam