Thursday, February 2, 2017

Show images in calculated fields(once again)

=IF(DaysInWorkshop="1","<DIV><img src=/sites/05374/DowntimeDB/SiteAssets/Images/green.png></DIV>",IF(DaysInWorkshop="2","<DIV><img src=/sites/05374/DowntimeDB/SiteAssets/Images/yellow.png></DIV>",IF(DaysInWorkshop>="3","<DIV><img src=/sites/05374/DowntimeDB/SiteAssets/Images/red.png></DIV>")))

Clearing Person/Group Values

To clear out or empty the values in person or group columns, how you do it depends on if the column is single-value or multi-value. For ...