Hello,
I’ve hit a bump! Â I’m trying to create a calculated column which will display a picture(A). Â When that picture(A) is clicked I want the picture to switch to picture(B). Â Ive tried the following line, but I’m getting nowhere with it. Â Please help! Â I’m using Sharepoint 2013
=IF(ISBLANK(Status),"",("<A HREF="&Status&" onclick='changeImage().src='picture(B)'>
<img src='Picture(A)' style='height:45px; width:90px;' /></a>"))
Â
Since you are using SP2013, have you tried JSLink: https://zimmergren.net/sp-2013-using-the-spfield-jslink-property-to-change-the-way-your-field-is-rendered-in-sharepoint-2013/
It might be a more viable solution.