Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Images displaying incorrectly when downloading interactive report to PDF

user13629052Jun 5 2024

I have an interactive report that is displays images in one of the columns. Not every row contains an image but when I download the report as a PDF, all the rows where the image should show null are being populated with a random image. If I download to CSV I can see that all the rows without an image are not populated with the blob size so I think this may be an issue with how the engine is parsing the data onto a PDF.

APEX Version: 23.2.6

This is how I'm fetching the image in the query:

sys.dbms_lob.getlength(im.image_file) SAMPLE_IMAGE

Here is how that column is setup:

Comments
Post Details
Added on Jun 5 2024
2 comments
284 views