IN OBIEE /BIP it is possible to render an image stored as a BLOB file; however we have not found a way to render application/pdf content in a similar way.
How can this be done?
OAC,OBIEE , BIP any tool that can do this apart from APEX?
A BLOB will be returned in hex encoded stream (base64) to Presentation Server, you would need a piece of custom javascript that decodes it and converts it back to its original form.
@SteveF-Oracle We can only do this with images
<fo:instream-foreign-object content-type="image/jpg"><xsl:value-of select="IMAGE"/></fo:instream-foreign-object>
If we use application/pdf it does not render the pdf
I am not sure you will be able to actually render it. I do remember we used to have an example in one of the old OBIEE sample virtual machines (v511, I think), that demonstrated using JS to decode a PDF, then have a link to download it.
I created a XLSX template in Oracle Analytics Publisher Desktop 26.01.01 and uploaded the template to a BI Publisher report in OTBI. Things worked initially, but this morning when running the report I received an error: The report cannot be rendered because of an error, please contact the administrator. Error Detail:…
Hi All, I have a question regarding the BI Publisher Outputs. I have configured the rtf template output as Excel but when the XML Report Publisher program completes and I click on View Output, the output opens in a browser and renders as an HTML. Can some one please assist why this is so. The BI Publisher version is…
The issue is related to the NordPass browser extension installed via our corporate policy. Issue observed: Users were unable to upload custom BI Publisher templates in Oracle Fusion (BI Publisher / Oracle Analytics) using Microsoft Edge and Google Chrome. The upload dialog remained indefinitely at "Uploading, please…
Hi, We are scheduling a report to be sent out every week. We were wondering if it was possible to keep the latest date that the report ran as a parameter somewhere so that we could use that to only fetch the values in the report which have a latest update time of after the last run of the report? This way we'd only be…