Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Dynamic image in RTF template in BI report Oracle fusion

Received Response
755
Views
9
Comments
Rank 3 - Community Apprentice

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 ?

 

Welcome!

It looks like you're new here. Sign in or register to get started.

Answers

  • Rank 5 - Community Champion

    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?>

     

  • Rank 4 - Community Specialist

    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

  • Rank 3 - Community Apprentice

    Thanks for your response!

    we are not supposed to save it in rtf template.

  • Rank 3 - Community Apprentice

    Thanks ! 

    I have already gone through this doc ID .

  • Rank 4 - Community Specialist

    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.

  • Rank 5 - Community Champion

    This is a much needed functionality and Oracle should prioritize this ER.

  • Rank 4 - Community Specialist

    We have prioritized the ER and its going to be implemented soon.

  • Rank 5 - Community Champion

    Great, thanks for the update Sudhir.

    -Senthil

  • Rank 1 - Community Starter

    Hello! it's been a while since this thread got updated. Is this feature available in any of the near-future releases?

Welcome!

It looks like you're new here. Sign in or register to get started.