I'm using APEX 18.2. I've an IG column "mylink" (for example - https://yahoo.com"), which is an url and should be displayed as link and when the user clicks the link, the url should be opened in a pop-up window or new window. I tried making the column as link and set the target as URL as below, but does not work. any ideas please, thanks for your help.
javascript:var w = window.open(#MYLINK#., '_blank');