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

Hi

This blog will help you to remove the underline from hyperlink and Document and change the visited and unvisited Hyperlink color.

1st we will learn how to remove the underline from the Hyperlink or document link 

Step 1: Create a hyperlink on a column.

Step 2:  The below image I had created a hyperlink on a NAME column.

Step 3: After creating the hyperlink we will see a above image.(i.e hyperlink with underline)

Step 4:

 
 

We can see the formula bar; The new formula has been display.

For  eg we had created a hyperlink for a www.google.com

The formula bar will contain the formula as

="<a href=\"www.goggle.com\" title=\"\" target=\"_blank\" nav=\"web\" >"+[Name]+"</a>"

Step 5:

After that we have to edit the above formula

="<a href=\"www.goggle.com\" title=\"\" target=\"_blank\" nav=\"web\" style=\"text-decoration:none!important\">"+[Name]+"</a>"

We have to add the below text to the hyperlink

=style=\"text-decoration:none!important\"

Step6 :

After that right click on the name column and select the format cell

Select the “READ CONTENT AS HTML”.

Step 7: After selecting the Display as Read Content as HTML.

Note

After this step we have to save our  Webi  to BI LAUNCH PAD

Step 8:After saving the webi in bi launch pad we will see the below output ie hyperlink without under line

After that we will change the hyperlink visited and unvisited color of hyperlink

Step 1: Right click on a report name

And select the Format Report.

Step  2:

Select the Appearance we can see the hyperlink color.

Finally save the webi in BI launch pad and see the changes.

1 Comment
Labels in this area