Insert the profile image in a BI Publisher report dinamically
Content
Hi,
I need to show the employee profile image in a report built using a .XLS template in BI Publisher. The field I'm using is "IMAGE" (BLOB type) from the table "PER_IMAGES".
I've already tried to insert in the "XDO_METADATA" sheet of the excel the following code :
<fo:instream-foreign-object content-type="image/jpg" xdofo:alt="An Image" ><xsl:value-of select=".//IMAGE"/></fo:instream-foreign-object>
where I also previously declared both fo and xdofo tag.
I did not get erros but this solution doesn't work.
Attached you can find the screenshot with the lines I Inserted into the "XDO_METADATA" sheet of the template.