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: 
fredericvillemi
Creator III
Creator III

Which browser has been used ?

Hello,

We have users connecting to our Qlikview Server (Ajax) via IE8 and we want to tell them to use Firefox.

We have customized the accesspoint to tell people to stop using IE8 but some of them are still doing that mistake.

Is it possible to know which browser has been used

- in Qlikview with functions

- in the logs ?

(please note we are using Qlikview Web Server)

Thanks

1 Solution

Accepted Solutions
Bill_Britt
Former Employee
Former Employee

Hi,

If you look in the session log it will show you. See attached QVW.

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.

View solution in original post

4 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

If you look in the session log it will show you. See attached QVW.

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.
MarcoWedel

Maybe you could also add a conditional message within the application that only shows when this condition is met:

=ClientPlatform() like '*msie*'

hope this helps

regards

Marco

Bill_Britt
Former Employee
Former Employee

Yes, there are several addition way to write the script. What I did was quick and dirty to show that it can be done.

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.
fredericvillemi
Creator III
Creator III
Author

Thanks for both good answers !

Time to find and warn people who still use IE 8 !

Thanks