Change Font Color In Web View
This formula will change the color of a document in a web view based on the
date, or any other condition you set for that matter. This code should be
placed in the view column you wish to have changed, in the column value area.
Few things to note: Date is a field on the form specifying the event date.
Event is the title or description of the event.
@If(@Today=Date; "[<font color=\"Red\">]" + Event; Event)
Start the conversation
0 comments