Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Expression to find out :Application running on QV Desktop or Web

Hi,

Is there any way (expression) to find out current application is running on QV desktop or Ajax client (web).

Thanks in Advance

Prakash

1 Solution

Accepted Solutions
tresesco
MVP
MVP

ClientPlatform() - for desktop, it returns null. Clients using AJAX will return Browser.Nameofbrowser

View solution in original post

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Simplest way

Qemc-->status -- qvstatistics tab.

Regards

ASHFAQ

tresesco
MVP
MVP

ClientPlatform() - for desktop, it returns null. Clients using AJAX will return Browser.Nameofbrowser

jagan
Partner - Champion III
Partner - Champion III

Hi,

Check this

ClientPlatform( )

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.

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.

If ClientPlatform( )  return empty value then it is Desktop or IE Plugin.

Regards,

Jagan.