Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 14 Oracle Analytics Lounge
- 211 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 77 Oracle Analytics Trainings
- 14 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