APEX IR image when download problem
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