Categories
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