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: 
ali_hijazi
Partner - Master II
Partner - Master II

customize the access point page

Hello

I'm just finished development on a qlikview document at one of our clients

It is asked to customize the access point as follows:

the client wants user to access the access point via a link that doesn't contain qlikview i.e. http://ip address/company name/index.htm

the client also wants to change the picture of the logo of qlikview and put his own logo picture

is this possible?

please advise

I can walk on water when it freezes
1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can remove "qlikview" from the url -- or assign another path -- as discussed in this thread.

http://community.qlik.com/message/156022#156022

The AP files are in Program Files\Qlikview\Web (for QV10). You can change the AP logo in one of two ways.

1. Replace the AccessPoint.jpg file with your own log, using the same name.

2. Modify img tag in index.htm to point to your own logo.

img src="AccessPoint.jpg"   <=== change to your file.

-Rob

http://robwunderlich.com

View solution in original post

3 Replies
ali_hijazi
Partner - Master II
Partner - Master II
Author

Hello

I just attached a screen shot of what I want to customize

thank you in advance

I can walk on water when it freezes
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

You can remove "qlikview" from the url -- or assign another path -- as discussed in this thread.

http://community.qlik.com/message/156022#156022

The AP files are in Program Files\Qlikview\Web (for QV10). You can change the AP logo in one of two ways.

1. Replace the AccessPoint.jpg file with your own log, using the same name.

2. Modify img tag in index.htm to point to your own logo.

img src="AccessPoint.jpg"   <=== change to your file.

-Rob

http://robwunderlich.com

Anonymous
Not applicable

On point 2, for v11 it is much easer to change the look and feel of AccessPoint with just changing the custom.css.  The file is located where you have installed QV:

    

      ..\QlikView\Web\custom.css