Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey Guys,
Hope you all doing great,
Im a beginner and i was wondering if you could help me out with this simple issue.
I have a bar graph which displays bars of a value in percentage.
How do i make the bars turn green color for those above 90% value and red color for those below 90%?
Thanks a million!!
Justin
Set an expression for the background color. Click on the plus in front of the expression. The expression would be something like this: if( value > 0.9, green(), red() ). Replace 'value' with the field or expression that determines value.
Set an expression for the background color. Click on the plus in front of the expression. The expression would be something like this: if( value > 0.9, green(), red() ). Replace 'value' with the field or expression that determines value.
Thanks a million mate!