Running on Oracle APEX version 21.2.3 and Oracle Database version 19c.
I have an interactive grid where one of the columns is single character column indicating “Y” or “N”. The column type is of “LINK”,
and the Link section: Target = a page in the application; Link Text = <u>&my_column.</u>
Right now all the values show the Y or N “underlined” like a hyperlink, and when the user clicks on the link, it goes to the target page.
What I'd like to do is apply HTML coloring [RED in this case] to the column.
IF column is “Y”
Ex: Link Text = “**\<font color='red'>\<b>\<u>&my\_column.\</u>\</b>\</font>**”
IF column is “N”
Ex: Link Text = “**<u>&my_column.</u>**”
I've scoured all the forums and nothing found that fits