Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is it possible to identify which client is opening an application? I'd like to deploy a single QlikView file with different sheets (and maybe objects) for different clients (iPad, Blackberry and Ajax). So, it would be great to put it on a variable and check it to make sheets visible or invisible.
Any ideas?
Thanks,
Erich
Hello Erich,
Try a combination of ClientPlatform() and QlikViewVersion() functions to see if that is enough to identify your users.
Hope that helps.
Hi, This is possible to implement using SECTION ACCESS. Go though it from Qlikview Reference Manual, that will help. Even there are many posts in the forum itself discussing about same, you can search for it.
Regards, tresesco
I'm sorry but I can not identify if the same user opens the application from iPhone client or blackberry using section access.
The problem is not access to data but only format.
Hello Erich,
Try a combination of ClientPlatform() and QlikViewVersion() functions to see if that is enough to identify your users.
Hope that helps.
It worked perfecly:
These are my results for ClientPlatform()
- Qlikview Desktop: blank
- Ajax: browser.MSIE 7.0 (it will depend on the browser)
- Blackberry: mobile.blackberry
- iPhone/iPad: mobile.iphone.
Thanks a lot!
Erich
Has anyone here been able to connect to a QV Server (v10 SR2) using authentication (DMS) on an Android device?
I've tried and keep getting the login box popping back up and then to a login failed screen.
I've tried on an Acer Iconia and a HTC Ispire phone.
I can get to the demo apps, where there is no authentication without any problems.
Thanks,
Mark
hello erich,
where to check this
ClientPlatform()please let me know
and how to check for mobile device client availability on server .
Thanks
Sunil Chauhan
Is there a way to distinguish between iPhone and iPad? They both seem to be coming up as Safari Mobile?