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:
