Hi,
Needed some help with an issue.
I am using SAP BO 4.0 SP 7. It is installed on an UNIX server.
I have to requirement where based on an objects value we will show images and on clicking the image another Webi report will open.
I am reading the cell content as HTML. The code for the cell is like this:
=If([ObjectA]=1;"<a href=opendoc1 link><img src=boimg://a.gif></a>";"<a href=opendoc2 link><img src=boimg://b.gif></a>")
Here, the opendoc links are working fine. But the images are not displaying. The images are placed in the 'images' folder inside enterprise_xi40 directory inside the installation folder.
Can anyone help?
Regards
Nikhil