Displaying images from db in bip 10.1.3.2 — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Displaying images from db in bip 10.1.3.2

Question
1
Views
0
Comments
Sunny86
Sunny86 Rank 6 - Analytics Lead

Hello ,

We are trying to display blob file in oracle bip. Found the syntax in publisher guide.. but it is throwing an error. We are accessing image(blob) field from oracle database.

Column name is passport_photo

<fo:instream-foreign-object content type="image/jpg">

<xsl:value-of select="IMAGE_ELEMENT"/>

</fo:instream-foreign-object>

What should i replace in image_element to view image?

Thank you all