Hi All,
I have this query in an IR that conditionally includes a little star beside a field:
apex_escape.html(c.asegurado)||decode(c.vip,'Y',' <img src="#APP_FILES#star.png">') card_title,
In the report looks good:
But when download in excel looks like this:

I have the Escape especial character off in that specific column.
Is there a way I can have the star besides the name in the exported excel file?
Is there a way to put the star right besides the name at the same level? the star is a little bit higher than the text I don't know why.
Thanks for the help!
Javier