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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

A simple gauge question

I have built a gauge that is displaying some information from an SQL DB. Gauge looks good so far but I want the total # to live under the needle but I am not seeing how to make it display that. This is my first question on the community!

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Textbox value : =num(sum([Calls.Total Calls])/sum([Calls.Working Day]),'#,##0.0')

Max textbox value : max({1}[Calls.Total Calls])

Hope it helps

View solution in original post

11 Replies
Anonymous
Not applicable
Author

You can use "Text in Chart", where text is the same expression as for the chart itself.  You can move tis text in any place in the chart by using CTR+SHIFT and drag.

Not applicable
Author

What Total?

I think in your case you want to display 180?

Vinay


Anonymous
Not applicable
Author

Please use text in chart in presentation tab:

Capture.PNG.png

Not applicable
Author

Gauge.png

You can use "Text in Chart", where text is the same expression as for the chart itself.  You can move tis text in any place in the chart by using CTR+SHIFT and drag. (you need to "Reset User Sizing" & "Reset user Docking" first)

check above image

Not applicable
Author

Thanks Nitha P. Can you paste the text from Max and Text in chart? I am trying some of the other suggestions as well.

Not applicable
Author

Can you show me what you have in chart text to get the # to display? Thanks.

Anonymous
Not applicable
Author

Textbox value : =num(sum([Calls.Total Calls])/sum([Calls.Working Day]),'#,##0.0')

Max textbox value : max({1}[Calls.Total Calls])

Hope it helps

Not applicable
Author


Gauge1.png

It depend on your data but you can use something like...

sum({<Team={Team1}>}[Net Sales])

or

sum(Sales)

sum(qty)

Vinay

Not applicable
Author

Hi Mikel,

in oder to add the total value of the KPI you should add the expression (with the function for number formatting) in the section Text in Chart of the Presentation tab (as the 1st image attached), then you can resize or move the label clicking on it through the command Ctrl+Shift (and you can see the red borders as the 2nd image shows).