- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If you look in the session log it will show you. See attached QVW.
Bill
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
If you look in the session log it will show you. See attached QVW.
Bill
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for both good answers !
Time to find and warn people who still use IE 8 !
Thanks