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?