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 display a clickable link on an Oracle Apex Form

PhilMan2Oct 21 2021

I'm using Apex 19.1 on an 18.C database. I have an Apex form with the type of "Table / View". One of the fields on that table is VIDEO_LINK. I'm trying to display the contents of that field. The field values all start with https://
How do I display that value on a form? The page item P223_VIDEO_LINK has the following characteristics:

 Identification / Type = Display Only
 Setting / Based On = Page Item Value
 Source / Column = VIDEO_LINK

(I've tried a number of things like:)

 Advanced / Pre Text = <a href="&P223_VIDEO_LINK.">
 Advanced / Post Text = </a>

But none produce expected results. How do I display a clickable link on a display-only page item?

This post has been answered by InoL on Oct 22 2021
Jump to Answer
Comments
Post Details
Added on Oct 21 2021
9 comments
8,066 views