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: 
johnan
Creator III
Creator III

Gauge problem

Hi, i want the gauge to show from right to left with filling.

Red colour on left side and green on the right. 
If it is 0 in ToLoad then the gauge will be at bottom green to right

If load is full (Like 105 ) show bottom red on left side.

 

BR

John

1 Solution

Accepted Solutions
Stoyan_Terziev
Partner - Creator III
Partner - Creator III

Hi Johnan,

Attached is solution.

Basically:

1) Change formula of measure to:

sum(Total Pall)-(sum(Pall)-Sum(Lastat))

2) change sequence of segments

3) change mode to 'Show needle'

 

Results:

image.png

 

I hope I got right what you try to achieve.

 

Kind regards,

S.T.

View solution in original post

4 Replies
Stoyan_Terziev
Partner - Creator III
Partner - Creator III

Hi Johnan,

Attached is solution.

Basically:

1) Change formula of measure to:

sum(Total Pall)-(sum(Pall)-Sum(Lastat))

2) change sequence of segments

3) change mode to 'Show needle'

 

Results:

image.png

 

I hope I got right what you try to achieve.

 

Kind regards,

S.T.

johnan
Creator III
Creator III
Author

Thanx, very nice 🙂

johnan
Creator III
Creator III
Author

Hey, i noticed, shouldn't 105 be at the bottom?

Stoyan_Terziev
Partner - Creator III
Partner - Creator III

Hi Johnan,

 

You should be able to control the sorting with the Sort panel of the chart properties.

Let me know if you'll need help with that.

 

Kind regards,

S.T.