Categories
- All Categories
- Oracle Analytics Learning Hub
- 29 Oracle Analytics Sharing Center
- 18 Oracle Analytics Lounge
- 236 Oracle Analytics News
- 45 Oracle Analytics Videos
- 16K Oracle Analytics Forums
- 6.2K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 88 Oracle Analytics Trainings
- 15 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
