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!

Creating a link in a display only page item

Hi all..
I have a request from my customer to create a link to another apex application in the same workspace inside a display only item (NOT a button, why I don't fully know).
I have been experimenting with prepare_url but have run into issue of using the app alias versus the app id in coding.
I am building the link inside a select that builds values for page items, here is the portion of code I am trying to do:
<a href="'||apex_util.prepare_url(p_url => 'f?p=TOP-SCREEN:9:'||v('APP_SESSION')||'::P9_FS_ID:::',p_checksum_type => 'SESSION')|| '</a>'
I have set the column to NOT escape special characters but am not getting the link that I would expect.

Can anyone offer up a suggestion?

Thank you!
Tony Miller
Los Alamos, NM

This post has been answered by TexasApexDeveloper on May 7 2021
Jump to Answer
Comments
Post Details
Added on May 7 2021
9 comments
10,176 views