Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
mattydolan
Contributor
Contributor

Macro Reference AccessPoint Client Type

I have a number of QlikView dashboards which use VB-macros which are shared via AccessPoint to users.

In order for their experience to be best, they need to use the IE Plugin, however it's not possible to disable the Ajax plugin on AccessPoint to force users into using the IE Plugin.

I want to create a macro which upon upon will display the method by which the user is connecting to the QVW.

Is there a session object I can refer to which stores the connection "type" (whether the user has connected via AccessPoint Ajax, IEPlugin or via the Desktop directly?

Thanks in advance,

(We are going to move away from Macros eventually....but not right now)

1 Solution

Accepted Solutions
marcus_sommer

Couldn't you set this within the qmc (I do this force in the opposite direction):

- Marcus

View solution in original post

3 Replies
Gysbert_Wassenaar

Try the ClientPlatform() function.


talk is cheap, supply exceeds demand
marcus_sommer

Couldn't you set this within the qmc (I do this force in the opposite direction):

- Marcus

mattydolan
Contributor
Contributor
Author

Thanks Marcus,

I could have sworn I tried to do this - but was advised it may result in uncertain behaviour if they don't have the IE Plugin installed..