Categories
Dynamic image in RTF template in BI report Oracle fusion

Summary
BI Report should grab the signature in run time
Content
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 ?
Answers
-
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
<?end template?>
0 -
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,
Sudhir0 -
Thanks for your response!
we are not supposed to save it in rtf template.
0 -
Thanks !
I have already gone through this doc ID .
0 -
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.
0 -
This is a much needed functionality and Oracle should prioritize this ER.
0 -
We have prioritized the ER and its going to be implemented soon.
0 -
Great, thanks for the update Sudhir.
-Senthil
0 -
Hello! it's been a while since this thread got updated. Is this feature available in any of the near-future releases?
0