Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
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
Anonymous
Not applicable
Author

please find below screen shot, for your reference.

jeroen_wagner
Partner - Creator
Partner - Creator

You can place that formula in the variable

avinashelite

Sathish, I didn't get your exact requirement...


See in Gauge you can show one value at a time i.e sum(sales) or Sum(budget) but not both at the same time

The Gauge segment if you have  define  as 1 to 100 then  you can say 1 to 50 is RED and 50 to 100 is gree, for eg if sum(sales ) is 10 then it will show in read segment . similarly you need to create separate gauge for sum(budget) 

avinashelite

Hi Sathish,


I didn't get your exact requirement...


See in Gauge you can show one value at a time i.e sum(sales) or Sum(budget) but not both at the same time

The Gauge segment if you have  define  as 1 to 100 then  you can say 1 to 50 is RED and 50 to 100 is gree, for eg if sum(sales ) is 10 then it will show in read segment . similarly you need to create separate gauge for sum(budget) 

avinashelite

I didn't get your exact requirement...

See in Gauge you can show one value at a time i.e sum(sales) or Sum(budget) but not both at the same time.

The Gauge segment if you have  define  as 1 to 100 then  you can say 1 to 50 is RED and 50 to 100 is gree,

for eg if sum(sales ) is 10 then it will show in read segment . similarly you need to create separate gauge for sum(budget)

Anonymous
Not applicable
Author

Thanks for Support.we will do the Same.

avinashelite

if you have got the answer , please mark the correct answer and close this thread

jeroen_wagner
Partner - Creator
Partner - Creator

Look at the example I sent you Yesterday Sathishkumar

(Presentation tab)

Color:   RGB(254*($(vValue)/100),150,150)

Segment2 Lower limit:  $(vValue)

Anonymous
Not applicable
Author

Hi Arvinsh,

     we can't fix 1 to 50 is red an 51 to 100 is Green.this value floating.In this value displayed by calculation.

Ex:

          Actual : 100

          Budget :150

  Gauge Chart Needle Show 75% this is ok.

We need to display Lower Bound Color,  Then 75% display red color  and 75 to 100% Green Color.

I think this is better understanding.

Thanks.

Anonymous
Not applicable
Author

No.we need to provide lower bound value based on Calculation.

Ex:

          Actual : 100

          Budget :150

  Gauge Chart Needle Show 75% this is ok.

We need to display Lower Bound Color,  Then 75% display red color  and 75 to 100% Green Color.