Categories
- All Categories
- Oracle Analytics Learning Hub
- 18 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 228 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 85 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations 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