Categories
- All Categories
- 4 Oracle Analytics Sharing Center
- 12 Oracle Analytics Lounge
- 189 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.4K Oracle Analytics Forums
- 5.9K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 65 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
How to open URL in a new tab?

user8007837
Rank 1 - Community Starter
Hi All,
I have created a report something like this...
Provider | Website |
---|---|
http://www.google.com | |
Amazon | http://www.amazon.com |
Ebay | http://www.ebay.com |
Expected Result.
Provider | Website |
---|---|
Google | URL |
Amazon | URL |
Ebay | URL |
Here I am trying to do two things..
1. Hide the URL but give the hyperlink to the word "URL"
2. When user clicks on URL, should be opened in a new window.
PS: URL is coming from a Database column.
Thanks in advance.
- Enric
0
Answers
-
<a href="...your URL..." target="_blank">URL <img src="...the path of the little picture..." /></a>
Just use a bit of HTML to concatenate around your URL or something like that ...
0 -
Plan B: set the format of your column to do the same work ...
0 -
Thanks Gianni. I used the Plan B and it work a treat.
0