Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IE plugin or ajax?

Hello

how can we check if   it's ajax or IE plugin  that is used? and how to check their build number?

Thanks in advance

7 Replies
Bill_Britt
Former Employee
Former Employee

Hi,

This can be done by looking at the session log. You can build a report in QV by loading the session log. The default location for the logs are C:\ProgramData\QlikTech\QlikViewServer

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.
Not applicable
Author

Try to use the system function ClientPlatform( ) in a text object.

It returns the name of the platform the client is using, for example, "Mobile.iPhone".

All mobile clients start with Mobile, a period sign and the type of mobile device.

Clients using AJAX will return Browser.Nameofbrowser, for example "Browser.Firefox"...

Hope this helps.

MC

Not applicable
Author

Thank you I already tried it but it gives  nothing.

IAMDV
Luminary Alumni
Luminary Alumni

Hi Meriem,

What do you mean by? You don't see the session logs or are they NULL values?

Meriem ABOULAAYAD wrote:

Thank you I already tried it but it gives  nothing.


You'll definitely see this info in session logs. Please check the fields "Client Type", "EXE Type" and "EXE Version" in the Session Logs.

Thanks,

DV

www.QlikShare.com

Luis_Cortizo
Former Employee
Former Employee

If ClientPlatform() returns nothing is either because you're using IE Plugin or you're looking at it on a Desktop

Note!
The function will only return the client type for those clients using the QVPX protocol, that is the mobile clients and the AJAX client.

Hope it helps.

Best regards.

Not applicable
Author

Hello Actually tried it on web version. and it worked. it return the version of IE

Thanks fo your help

Luis_Cortizo
Former Employee
Former Employee

Glad it worked