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

showing a qlikview object when using selection parameters

For our mobile site we are using selection parameters in the URL to pull pull up one qlikview object at a time.

What we need to do is we need to create some container objects that would show the information we want in the mobile site, but we want to pull it from the same qvw as the desktop site does.

So... I was thinking we can have the containers hidden on the desktop site and then have some sort of conditional statement that has them show on the mobile site that is generated with selection parameters.

I played around with properties ---> layout ---> show ---> conditional but I wouldn't know what function to use to create that.

5 Replies
phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

you can use "ClientPlatform()" to identify whether it is mobile or desktop.

or you can use the device detection extension which you can find that below.

http://community.qlik.com/blogs/qlikviewdesignblog/2013/03/01/know-your-users-device-detection-throu...

Not applicable
Author

I also forgot to mention we are on QlikView 11.2 (if that matters) and we are pulling it up in an iframe.

Not applicable
Author

If we are pulling it up in an iframe I am not quite sure if mobile detection would work.

They want it to be displayed with our menu and logo at the top.

phaneendra_kunc
Partner - Specialist III
Partner - Specialist III

That should work. Please give it a try.

Not applicable
Author

If you feel it will still work on a mobile platform I would be happy to!

Sorry to say it seems with irons in the fire we probably won't get to it for another week or two but I will try it out!