Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 53 Oracle Analytics and AI Sharing Center
- 25 Oracle Analytics and AI Lounge
- 307 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.4K Oracle Analytics and AI Forums
- 6.6K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 118 Oracle Analytics and AI Trainings
- 22 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
Dynamic image in rtf template
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
-
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>)


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