Oracle Analytics Cloud and Server

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

Import Base64 CLOB PNG image to report

Received Response
121
Views
1
Comments

Summary

Import Base64 CLOB PNG image to report

Content

So I have a base 64 png image encoded in my database, and I want to render it in a rtf template report, but all I get is a empty report, any ideas on how to do it?

I'm kinda noobish in BI Publisher, so any help will be nice

Answers

  • Anoop Raveendran
    Anoop Raveendran Rank 4 - Community Specialist

    <fo:instream-foreign-object content-type="image/png"><xsl:value-of select="//BLOB"></fo:instream-foreign-object>

    Replace BLOB with the xml tag you used to store the bas64 string and it should work.