BI Report should grab the signature in run time
how to call image from content server in rtf template?
is there any way we can create RTF template without any image stored and also in run time it should pick the image ?
We had a similar requirement for dynamically calling a Logo based on particular Transaction's Business Unit and we were unable to call an image from content server for a BI Publisher report in Oracle Fusion Cloud Application.
So implemented below solution,
Created a Sub-template for storing all the Logo's and we are calling it from the main template based on the transactions BU,
Fetching Logo from main Template:
<?if:BUNAME='BU100'?><?call-template:SubTemplate1 Logo1?><?end if?> <?if:BUNAME='BU200'?><?call-template:SubTemplate1 Logo2?> <?end if?>
Sub-Template (Adding pictures in Sub-template)
<?template:SubTemplate1 Logo1?>
Picture 1
<?end template?>
<?template:SubTemplate1 Logo2?>
Picture 2
Hi,
Please review
Business Intelligence Publisher On Oracle Cloud Users Are Unable To Access Images Uploaded To Universal Content Manager (UCM) Which Are Being Called In BI Publisher Reports (Doc ID 2386643.1)
Oracle Fusion BI Publisher: How to use images dynamically in BI Publisher RTF template (Doc ID 2409855.1) Thanks, Sudhir
Thanks for your response!
we are not supposed to save it in rtf template.
Thanks !
I have already gone through this doc ID .
1) Doc ID 2386643.1 is an Enhancement Request and will be fixed in the future release.
2) Doc ID 2409855.1 can be used to convert to base64 and save the image in XML format.
Please feel free to let us know if it helps.
This is a much needed functionality and Oracle should prioritize this ER.
We have prioritized the ER and its going to be implemented soon.
Great, thanks for the update Sudhir.
-Senthil
Hello! it's been a while since this thread got updated. Is this feature available in any of the near-future releases?
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…