Apex 18.2.
Hi,
I have a page with a classic report region based on a sql query that retrieves a dbms_lob.getlength(img_column) besides other data. If the image column type is plain text, data are retrieved. But if I change it to "Display Image", it throws no_data_found error.
I noticed that that happens only if I create a report page. But if I create a "Reprot with a Form", the report shows normally. I have created a report with a form and the report was working properly and suddenly it's not working anymore. I do not remember something changed. Is this a bug? Most importantly is there a solution.
https://apex.oracle.com/
ws = ESLAM_WS
user = forhelp
pwd = forhelppass
app = Help
pages 5 and 6 are report with a form.
page 7 = Only the report with same query but it throws the error!