Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 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