Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Using a Macro - Is it Possible to detect whether running desktop or via Accesspoint ?
If so, please describe.
Thanks
If the user is on the AccessPoint then a macro is unlikely to work!
The macro is working like a charm via Accesspoint.
I'm actually running an EDX command to reload/republish.
(I was surprised to see it work but it did
Maybe you could try to query the User / Computername / DOMAIN / IP or similar to detect this.
- Marcus
I have not tried it myself, but in the theory, you should be able to retrieve the value from the QlikView System Function "ClientPlatform()".
If you are running in Desktop mode, this will return null, otherwise it will return Browser.Firefox, Mobile.iPhone etc.
It will be fair to assume,that you have accessed a document through the accesspoint, if you are using one of these browsers 🙂
//Martin