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