Hi guys,
I am using Oracle Business Intelligence 12.2.1.1.0 and I tried to add an html image link inside a text box within an already existing analysis.
My source code looks as follows:
<div id="container" width:143px; height:136px; z-index:1; left: 0px; top: 0px;">
<div id="kachel" style="position: relative; width:143px; height:136px; z-index:1; left: 0px; top: 0px;">
<img src="https://obi.gwi-net.com/analytics/saw.dll?downloadFile&Path=%2fshared%2fcustom%2fimages%2fkachel.png" border="0">
</div>
<div id="punctuality" style="position: relative; width:143px; height:1px; z-index:1; left: 24px; top: -105px;">
<font face = "ARIAL" size = 6 color="black"><b>@2</b>
</div>
<div id="trend" style="position:relative; width:143px; height:136px; z-index:1; left: 86px; top: -57px;">
<font face = "ARIAL" size = 4 color="white"><b><i>@17<i/></b>
</div>
</div>
When showing the image within our Oracle Bi web-plattform the output looks ok:

As soon as I try to export the analysis to .pdf-format the image does not show anymore.
Of course, I have already read a lot of comments on this matter (using a non relative image path) but is it possible to refer to an image inside a text box within an analysis?
I also checked, if I could accomplish this using "cmap:" and "fmap:" but then the system shows me the following output:

Does anyone know a solution for my problem?
Best regards
Carsten