Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
saurabh_sonawane
Active Contributor

This document will help you to create a hyperlink on a image.

Step1 : create a blank column on a table

Step2: right click on the blank cell

    

step2.1:

click on parse





after that click on ok

step 3: go to www.google.co.in

step4: right click on image of google

select copy image location

e.g: https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif


step 5:


go to the column where hyperlink is created


we will see a formula in a formula bar .


<a href="www.google.co.in" title="" target="_blank" nav="web"></a>


Edit the code above with the following:


<a href="www.google.co.in" title="" target="_blank" nav="web"><img src=\"https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif\"></a>


After adding "<img src=\"https://www.google.co.in/logos/doodles/2014/world-cup-2014-27-5917140490125312-hp.gif\">", without quotes, between the <a> </a> tag.



NOTE

after putting the above formula in blank column

right click on the column and select format cell


select the DISPLAY


and select the read content as HTML

Important after selecting the HTML then you want see any change.

AFTER THAT UPLOAD THE WEBI TO THE BI LAUNCH PAD


THEN ONLY WE CAN SEE THE CHANGES









8 Comments
Labels in this area