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!

Trying to get a region title to be a link

Z N4 days ago

Version: Oracle APEX 24.1.5

Description:

  1. I have two regions

    1. Views
      1. a region display selector
    2. Regions
      1. These are all the regions that I have.
  2. One of the regions I want to link to an external apex app with this code:

    <a href="f?p=1049:2:&SESSION.">Other</a>

    I'm trying to add this to the title of the region.

and it says the rendering won't render because a value is too long. I was under the impression that apex had a 255 character limit. so I kinda thought that this link would be fine. I've tried a few work arounds (like assigning the code to a variable and passing the variable name to the title in a &PageItem. fashion) and same issue.

Is there a workaround? Or am I stuck trying to get a button look close enough?

Comments
Post Details
Added 4 days ago
3 comments
66 views