cancel
Showing results for 
Search instead for 
Did you mean: 

Webi report : Format cell URL

Former Member
0 Kudos

Hi,

How do I embed a URL in between text in a webi report?  For example:

=Please go to https://google.com for more information.

I want google.com to display as a link.  Hope this makes sense

Thank You

Veena

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

I got the solution. Thank You !

Former Member
0 Kudos

Mark my answer as correct and close the thread

Thanks,

Swapnil

former_member189638
Active Contributor
0 Kudos

Cannot do this in a single cell. Create three cells for this as shown below. For the middgle cell. Right click -> Format Cell -> Select read content as hyperlink

Then remove the borders and align the 3 cells in such a way that they appear single as shown below.

Former Member
0 Kudos

in a bank cell you can write the following code

=Please go to <a href="www.google.com">https://google.com</a> for more information.

I want google.com to display as a link.  Hope this makes sense.

After that right click on cell and choose 'read contact as HTML'.

Former Member
0 Kudos

Hi Swapnil,

I have this syntax below

="<a href=\"https://www.google.com\" title=\"\" target=\"_blank\" nav=\"web\"></a>"

the cell is blank. 

Thanks

Veena

Former Member
0 Kudos

Hi Veena,

Check following code :

1) in bank cell paste the below code:

<p>Please go to <a href="http://www.google.com/" target="_blank">google.com</a> for more information</p>

2) Now right click on that cell and choose read  content as "HTML"