Oracle Analytics Cloud and Server

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

Dynamic image in rtf template

Received Response
142
Views
1
Comments

Summary

Dynamic image in rtf template

Content

I am building a report basing on Oracle Apps Data Template Query based with the Data Template Query i am generating the XML Data.

Requirement is

In my RTF report, i have to show the signature, i have the signature image file in my unix path,  How can i write the logic in the xml tags to show the image path and how to show the image during it converting to PDF format.

Answers

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    Insert a dummy image where you want to print the signature

    1. select Image and in MS word go to Format > Site(tab) > click on expand icon then navigate to Alt Text and you can provide image url there

    in the below example OA_MEDIA is the environment path and CF_LOGO is the XML tag name which contains image name(e.g. <CF_LOGO>Sample.jpg</CF_LOGO>)

    image

    image

    url:{concat('${OA_MEDIA}','/',.//CF_LOGO)}

    Regards,

    Brajesh