Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
You should be able to use this formula to calculate [Status.Report]
var text Result =
IF([LEADER.SELECT]="LEADER A" AND [STATUS.SELECT]="IN PROGRESS", "LEADER A");
"<div style=\"background-color:green;\">"& $Result & "</div>"
In the place of green you can use a hex colour code including the leading #. There is a great list of colours here
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1
var text Result =
IF([LEADER.SELECT]="LEADER A" AND [STATUS.SELECT]="IN PROGRESS", "LEADER A");
"<div style=\"background-color:green;\">"& $Result & "</div>"
In the place of green you can use a hex colour code including the leading #. There is a great list of colours here
https://laurahillier.quickbase.com/db/bhy8pumuk?a=q&qid=1