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