Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
There is some help here on how to create new fields to display with background shading. You need to make new fields, you cannot just do Conditional formatting like in Excel. So typically you a a field for data entry and another field for use in display mode on a report or form.
http://help.quickbase.com/user-assistance/Default.html?_ga=2.11633908.1761511295.1509972295-12185085...
http://help.quickbase.com/user-assistance/Default.html?_ga=2.11633908.1761511295.1509972295-12185085...
_anomDiebolt_
8 years agoQrew Elite
You can also use no quotes if there are no spaces in the attribute value:
"<div style=background-color:pink;>"& [Priority] & "</div>
"<div style=background-color:pink;>"& [Priority] & "</div>