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] )
- DianaCiccolini8 years agoQuickbase StaffI'm still not seeing any change, but I didn't get any syntax errors.
I am currently in my Report Settings and I clicked Highlight Records based on criteria and inputted that formula.
Should I be doing this on a different page? - ChrisChris8 years agoQrew Assistant CaptainOOHH, I made a formula field. I had assumed you were on a form.
- ChrisChris8 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. - DianaCiccolini8 years agoQuickbase StaffLooks like I am in the wrong, then. I want to only highlight the "QB Status" field in the report, not the entire row. Where do I input a formula in the form settings?
- ChrisChris8 years agoQrew Assistant Captain
So click on the table tab where you want to create a new field. Then click "Settings" at the far left underneath the table name.
On the next page, select "Fields".
On the Fields page, click the green button, "+New Fields"
You want to create a formula text field.
Paste in the code provided, check box the option to allow HTML.
Click SAVE.
Insert your new field into the report.
HTML will not export to csv.