Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to define Gauge Chart Segment Setup Color

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.

25 Replies
jeroen_wagner
Partner - Creator
Partner - Creator

Here some useful reading
QlikView 11 for Developers.pdf

avinashelite

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

Anonymous
Not applicable
Author

Segment 1 is 0.0 fix, then

we have add segment 2 is =if(vActualTons>1.5,Red())

but is not working.

avinashelite

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

Anonymous
Not applicable
Author

Thanks, it is working fine.

avinashelite

cool can you please mark the correct answer and close this thread