Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nehasaxena
Creator II
Creator II

How to Insert a hyperlink in access point page

Hello all,

Could you please guide me how to insert a hyper link in access point page.

We have customized access point page with our company logo but I would like to add one link also that will open my company's website.

Is it possible ? where to add that ? Can I add hyper link in Index.htm or some other place?

Thanks in advance.

regards,

Neha

Labels (2)
1 Solution

Accepted Solutions
Peter_Cammaert
Partner - Champion III
Partner - Champion III

I hope the AP index.htm page hasn't changed too much between releases, so here goes.

  • Locate the index.htm page and open it in a text editor.
  • Search for a line that refers to an image called "logo_main.png". That's probably the logo you already replaced with your own without changing any html code.
  • That same line has a tag near the beginning that says something like <a href="">
  • Insert the url of the company website between the double quotes and save.

Now visit your AccessPoint landing page and check the effect of clicking on the logo.

Good luck,

Peter

View solution in original post

5 Replies
avinashelite

yes, its possible try like this :

1.Create a test object

2.Import your company logo as a image into the text box

3.Go to text box properties

4.action> add action to open external URL > and paste your company URL here

on click of this text object it will redirect you to the website

Hope this helps you

nehasaxena
Creator II
Creator II
Author

Hi Avinash,

You are explaining how to do it in  the qlikview document. I want hyperlink in web page.

Thanks.

Neha

avinashelite

you can directly include it in the html code itself right ??

Peter_Cammaert
Partner - Champion III
Partner - Champion III

I hope the AP index.htm page hasn't changed too much between releases, so here goes.

  • Locate the index.htm page and open it in a text editor.
  • Search for a line that refers to an image called "logo_main.png". That's probably the logo you already replaced with your own without changing any html code.
  • That same line has a tag near the beginning that says something like <a href="">
  • Insert the url of the company website between the double quotes and save.

Now visit your AccessPoint landing page and check the effect of clicking on the logo.

Good luck,

Peter

nehasaxena
Creator II
Creator II
Author

Thanks Peter. This works perfectly