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!

How to dynamically change Link Text in Interactive Grid

jaramillFeb 12 2025

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

This post has been answered by fac586 on Feb 12 2025
Jump to Answer
Comments
Post Details
Added on Feb 12 2025
2 comments
338 views