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!

Column Link In Interactive grid

Rakesh119Jul 22 2020 — edited Jul 23 2020

I am making IG based on some columns of table, in the table there is a column INCIDENT NUMBER and INCIDENT LINK

I want to make the INCIDENT NUMBER visible and when i click on the incident number it should take me to URL that is there in the INCIDENT LINK, I had this  -  '<A HREF='||INCIDENT_LINK||'>'||INCIDENT_NUMBER||'</A>'  in the interactive report query and was doing the same thing now when i use it in IG it is not working.

Thanks In Advance

Rakesh

Comments
Post Details
Added on Jul 22 2020
7 comments
7,191 views