Categories
- All Categories
- Oracle Analytics Learning Hub
- 17 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 224 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 84 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Import Base64 CLOB PNG image to report

Antonio Carvalho
Rank 1 - Community Starter
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
0
Answers
-
<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.
0