Forum Discussion
RachelMiller
11 years agoQrew Cadet
It does seem strange. Below is what I have now and there's no change when I updated the line to <font color=red> with no spaces. Is there anything else you can see that might be the issue? I even tried creating a new calendar. Thanks for all of your time!
var text ProjectActivity = List(" - ",[Project],[Activity]);
If([Activity]="Build", "<b><font color=red>" & $ProjectActivity & "</font color></b>", $ProjectActivity)
var text ProjectActivity = List(" - ",[Project],[Activity]);
If([Activity]="Build", "<b><font color=red>" & $ProjectActivity & "</font color></b>", $ProjectActivity)