Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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:
I hope I got right what you try to achieve.
Kind regards,
S.T.
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:
I hope I got right what you try to achieve.
Kind regards,
S.T.
Thanx, very nice 🙂
Hey, i noticed, shouldn't 105 be at the bottom?
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.