TineO
TineO

Reputation: 1033

URL link defined in a column, APEX 18.2 IG

I have an interactive grid where one of the columns is a url link to a picture.

Now I want some way to click on that link and open up that link.

Except the URL links in APEX demand a static link. Also, they open up over the open window, instead of another window or another tab.

I have gone through my options, googled for a couple hours, tried to perhaps find a solution that used a DA after clicking on the field and then a JS to redirect to the URL. But my google-fu is apparently not strong enough, and so I turn to you, good people of Stackoverflow.

What I want is a link inside an interactive grid which when clicked, redirects to a URL that it gets from a column in the IG.

Upvotes: 0

Views: 1451

Answers (1)

romeuBraga
romeuBraga

Reputation: 2165

Set you link column like this. "ENAME" is a column.

enter image description here

Example: https://apex.oracle.com/pls/apex/f?p=150297:30:::NO:::

Upvotes: 1

Related Questions