Hi,
I would like to ask if is possible to change the color of a bar based on a value, if the value is above the standard value, it should be Red, if less than, it should be Green.
I was trying to do that using the dataset and using a color member; however, it does not work, there is a way to do that using this?
I tried to query the colors in different formats from SQL and connect to color Member field, like:
- color.Red
- ‘255,0,0’
- 255
- ‘#FF0000’
They didn’t work.
Any sugestions?