Forum Discussion
ChrisChris
8 years agoQrew Assistant Captain
See if you like this a little better:
If([qb status]="Open", "<div style=\"width:70px;padding:3px;background-color:green;color:white\"> Open</div>", [qb status] )
ChrisChris
8 years agoQrew Assistant Captain
In the report settings, use this syntax for highlighting a row:
if ([Priority] = "High", "pink", "")
You can use hex code for color if you want to, "#cc66cc", etc.