target color

shukurmukhtarov
Tera Contributor

Hello. I just need little assistance. I almost managed but still little issue.I could manage from 0 to 7 green. From starting 10 red. How i can manage numbers starting from 7 to 10 to be yellow or any other color.

sample.PNG

8 REPLIES 8

Hi Ulvi,



The calculation is based on percentages from the target. In this case your target is 10 (to switch from orange to green). The next step turning point is 50. In this case that means that after a decrease of 500% (because 10 * 500% = 50)   you want it to switch to red. So you always need to think in percentages from the target.



thus your color scheme becomes:


- range limit 1: -501 (doesn't really matter which value as long as it's equal or lower than the next value)


- range limit 2: -500


- range limit 3: 0


- range limit 4: 25



See that you only really need limit 2 and 3? Limit 2 is 50 and limit 3 is 10.



Hope this makes it a bit more clear.



Cheers,


Vincent


Hi Vincent,


Thanks for your respond.


Then as I understand my color scheme will be:


-range limit 1 : -501


-range limit 2 : - 50


-range limit 3 : 10


-range limit 4: 25 ?


Hi All,



I have a similar question but in this case I need the color to be red if the value is anything below 99.99% and anything 99.99% and above should be green. How can we achieve this for just 2 conditions?


Vincent Loffel1
Kilo Guru

Hi Sowmya,



In this case you would have to use a new color schema with these range limits:


-range limit 1 : -25


-range limit 2 : - 0.01


-range limit 3 : 0


-range limit 4: 25



Set colors 1 - 3 to red and 4-5 to green



Cheers,


Vincent