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: 
mhmmd_srf
Creator II
Creator II

Values in Speedometer

Hi All,

We have speedometer, which is showing correct values. Only we need to show the Intermediate values in chart. Like below:

1. We need to show values like 0,0.2,0.4,0.6,0.8 and 1.

How to show this.

2. We need to show the Title as above. XX % Service Level of YYY

Please help.

Thanks,

Sarif

5 Replies
adamdavi3s
Master
Master

This is where you add the units:

Capture.PNG

To make a dynamic title you just need to do a formula, I've attached an example for you

mhmmd_srf
Creator II
Creator II
Author

cant we make this as 20% instead of 20.00 %.

Though the measure would show as two decimal.

Please help.

Thanks,

Sarif

adamdavi3s
Master
Master

Hi Sarif,

If you mean the title then yes just adjust the formula

=num((sum(BudgetedHours-HoursWorked)/sum(HoursWorked))*70,'0%')&' variance for hours'

mhmmd_srf
Creator II
Creator II
Author

not title sir...the reference Number like 20%, 40%, 60%, 80% etc...

How can I do this.

Please help.

Thanks,

Sarif

adamdavi3s
Master
Master

Just change it on the 'Number' tab to be an integer