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!

APEX IR image when download problem

Jozef Demovic SVKMay 25 2012 — edited May 25 2012
Hi Experts,

I have a problem with image as a link in IR.
Example:
i have a dummy column in my IR called dummy_attach.
On that column i have a link text <img src="#IMAGE_PREFIX#attachment_blue.png" alt="attach">

there is some javascript in the URL which works fine(it is not the problem).

Problem:
When i try to download XLS or PDF report via standard apex action menu action it will create empty XLS and PDF file.
If i try to export it as CSV - works fine.
If i hide the image column - works fine (report is exported to XLS and PDF)

I need the image column to be shown when try to download report.

Is there any problem with it ? (download IR report to XLS or PDF with image as link text)

EDIT: I found a solution if i use the column value like: '<img src="some_image.png">' dummy_attach in the select statement
but is there some option if i have the image in the link text ?

Regards
J :D

Edited by: jozef_SVK on 25.5.2012 0:24
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 22 2012
Added on May 25 2012
0 comments
355 views