Categories
- All Categories
- 70 Oracle Analytics News
- 7 Oracle Analytics Videos
- 13.9K Oracle Analytics Forums
- 5.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 38 Oracle Analytics Trainings
- 56 Oracle Analytics Data Visualizations
- 2 Oracle Analytics Data Visualizations Challenge
- 2 Oracle Analytics Career
- 4 Oracle Analytics Industry
- Find Partners
- For Partners
BI Publisher Dynamic image
Summary
Dynamic image is not changing in the PDF Format
Content
I am trying to achieve dynamic image on the PDF Report. XML Tags are generated correctly with the right image name but the first image is repeating for all the remaining all the pages pdf. Please advise how to reset the image after the first page completed.
Under the for-each section group only added the image but its not changing, first page image is only repeating for all the pages even xml tag is showing different image name.
Answers
-
In case this is still happening, please let me know whether this is RTF template or PDF template. It seems your XPATH is pointing to the very first occurrence of the image in the for-each loop and it is not moving to the next image path in the loop. You can use predicate condition in the XPATH to traverse in the XML data to subsequent nodes in the for-each loop.
0