This content has been marked as final.
Show 2 replies
-
1. Re: How to set a color for the chart for a value that doesn't yet appear on the chart?
pooja.gandhi Dec 2, 2014 12:54 PM (in response to Lionel Yu)Lionel,
Since your values are currently 4 and 6, I would change your formula to:
if [Value] < 5 then "Red" else "Green" end
That way both the conditions appear on your view then you can assign red to red and change the formula back to your original.
-
2. Re: How to set a color for the chart for a value that doesn't yet appear on the chart?
Michel Caissie Dec 2, 2014 12:56 PM (in response to pooja.gandhi)Another way is to temporally change the formula to the constant "Red" , set the color then replace the original formula.
Michel