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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
vanderson009
Creator III
Creator III

Gauge Chart Issue

Hi guys,

I have to create Actual Vs Budget by using Gauge Chart.

Can anybody tell me how to create this by using gauge chart.

-- Thanks and Regards,

Villyee

1 Reply
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Create a Gauge chart (e.g. a Dial) without dimensions and with a single expression like:

= sum(Actual) / sum(Budget)

or

=(sum(Actual) - sum(Budget)) / sum(Budget)

Set the number format to percentage, and the scale from 0 to 1 (or higher if you use the first expression.

Then go and experiment with the various settings.

Peter