I have a field which displays a number. Depending on a specific condition it should display a color(Font color or Background color). Any ideas please...
To change the colour of your background conditionally, right click the field, hit the Border tab, check the Background x+2 button, and enter your conditional formula.
Like:
If {Field} = 'X' Then Blue Else Red;
If what you really want is to change the font and not the background, you'd use html in your formula.
Hi,
I want to set the background color instead of font color.
I have 3 city names like
city1
city2
city3
depending on condition, like nearest city, one city field should have a different background color, all others should be the default. When i write a formula and do this, the nearest city is getting the color what i set, but the remaining cities becoming black i.e., background. can you help
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.