Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
How to define Gauge Chart Segment Setup Color.
Ex. actual amount show red and budget show Green. How to define this two color in Segment Setup.
Thanks.
Here some useful reading
QlikView 11 for Developers.pdf
if that is the case try like this:
fix you Gauge setting min and max as required(eg: 1 to 100) and for the first segment give the lower bound as 0 and color as RED color
then for the segment 2 add a expression of the lower Bound calculation , sum(sales) if its 75% then 0 to 75% will be in red and rest will be in green.
If you share the sample data and app we can help you more
Segment 1 is 0.0 fix, then
we have add segment 2 is =if(vActualTons>1.5,Red())
but is not working.
see you cannot define the color in the expression, you should set the value in the expression
if(vActualTons>1.5,vActualTons)
share your app will do it for you
Thanks, it is working fine.
cool can you please mark the correct answer and close this thread