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!

Redering an icon png in n interactive report

LauryApr 3 2023

Hi,

I am working with APEX 22.3.
I use the Universal Theme (the default).
In Shared Components -> Static Application Files, I have an image/icon: earth1.png.

I wish to rneder this icon in an Interactive report.
The Interactive report is defined with this query:

select source_id, description, 'earth1.png' as map
from source_images a;

An exemple of HTML expression that could format the column and rendering the png is:
<img src="&APP_IMAGES.#MAP#">

In the page item definition for this query, where and how can I unstruct APEX to render this icon?

Kind Regards

Comments
Post Details
Added on Apr 3 2023
1 comment
290 views