Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Showing the above text is easy but instead of just writing what Red, Yellow and Green color indicates I want to show the color itself, something like this. If not exactly this, but still some color itself. May be coloring the text itself.
Please help me.
Thanks,
Shikha
Use calculated color for the background of your text object
=if( VALUE >= 1.05* ASPIRE, green(),
if( VALUE > ASPRIE, yellow(), red()
))
A simple way to create a colored legend box like this is a dimensionless straight table, with the "Horizontal' checked on the Presentation tab. Create an expression for each line of text and set the color in the expression background property.
See attached.
-Rob