target color
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2016 10:57 AM
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.
- Labels:
-
Performance Analytics

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2016 07:12 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 01:27 AM
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 ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2016 09:37 AM
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?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-14-2016 01:21 AM
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