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>"))
Â
(Visited 27 times, 1 visits today)
=IF(ISBLANK(Status),"","<IMG onclick='this.src=""pictureB""'>
src='PictureA' style='height:45px; width:90px;' />")
I answer most of these questions on http://sharepoint.stackexchange.com/
hardly ever check this SP Community as the search here just sucks
(Visited 1 times, 1 visits today)