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

How to set variable bounds in gauge charts?

Hi everyone!

I hope you all are doing well. I'm new to QlikView, and I'm trying to set the max of a gauge chart to be 10% more than the highest value of the user's selection. I also want the min to be 0, and therefore the lower bound of the red to be zero. I want the lower bound of the yellow to be half the sum of the user's selection. I want the lower bound of the green to be 3/4 of the sum of the user's selection. The formulas that I'm currently using are:

Max:=(sum(Data))*(1.1)

Yellow lower bound: =(sum(Data))/2

Green lower bound: =(sum(data))*(3/4)

I've also attached a screenshot of what it currently looks like (the all green chart) and what it should look like. Thanks for all your help!all green.PNGwhat it should look like.PNG

2 Replies
anlonghi2
Creator II
Creator II

Hi Elizabeth,

please look at attached app.

I hope it helps you

Best regards

Andrea

maxgro
MVP
MVP

1.png

your settings work for me (just used sum(Sales) instead of your exp)

uncheck relative in expression?

number format integer?