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!

Static Application Files & Interactive Report

APEX4EBS2 days ago

APEX : 24.2.7

I have uploaded a png to static application files.

I am wanting to reference this image in a column within a interactive report. The sql for the IR I have created column

select abc_field, decode(abc_field,'Y','#APP_FILES#green-tick.png',null) abc_field_tick from a_table

abc_field_tick is a - Type : hidden

I have tried setting the column type(abc_field) to plain text and column formatting(html expression) to

<img src="#ABC\_FIELD\_TICK#">

It does not display the image in the column. It shows

The image shows when using a classic report

What is the correct format and reference to get the static application green tick png to display correctly using a interactive report ?

Thanks

Comments
Post Details
Added 2 days ago
2 comments
145 views