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: 
Not applicable

Migration from IE Plugin to Ajax

Hi,

All our clients uses IE Client as preferred client. Now I want to move from IE plugin to Ajax. I have tried to uncheck IE client in the dialog box for the document (Qlikview Management Console) but when I click on the document in AP the only thing that happens is that a new AP-tab opens up.

How to move to Ajax as smoothly as possible?

Nisse

8 Replies
Bill_Britt
Former Employee
Former Employee

Hi Nisse,

What version of QV are you running?

Bill

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
bnichol
Specialist
Specialist

In the QMC you can modify the 'Default Preferred Client' on the AccessPoint tab under the QlikView Web Server System Setup screen.

If you want to have AccessPoint ignore the users previously selected preferences, you can modify the QvAccessPoint.js file...

comment this line    var pref_client = node.getAttribute("pref_client");

add this line    var pref_client = 'Ajax';

Regards,

B

Not applicable
Author

We are running QV 11.00.11414.0

Not applicable
Author

Thanks for the reply. But this will change the preferred client for all applications. I would prefer to be able to change to Ajax on document level. Is that possible?

Best regards

Nisse

bnichol
Specialist
Specialist

I don't know of any simple ways to do this on a document by document basis.

Here are some possible kludges...

  • Create a separate web page with only a link to the to AJAX version, and tell you users to use it.
  • Create a new version of the AccessPoint page and javascript, modify using my previous suggestion, and tell you users to use it.
  • Modify the javascript to disregard the users preferences and use AJAX for identified documents.

I'm sure their are other options, but these are the first that jump to mind.

Regards,

B

Not applicable
Author

Hi Nisse,

Change it from the acces point, on favorite & profiles.

favs.png

sicilianif
Creator II
Creator II

Nisse,

We are having the same issue. Were you able to find a good solution?

Not applicable
Author

Hi Frank,

We just made 'Full browser..' as Default Preferred Client in QVManagement Consol (System/Setup/QlikView Web Servers, tab AccessPoint/Accesspoint Settings) and informed our users. Went more smoothly than expected..