Reputation: 1033
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
Reputation: 2165
Set you link column like this. "ENAME" is a column.
Example: https://apex.oracle.com/pls/apex/f?p=150297:30:::NO:::
Upvotes: 1