Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have a qlikview report in full version (detailed) & lite version (less data). Is its possible to redirect the users if they login from mobile browser (Safari/Chrome) in Ipad/Iphone to lite version and if they login from desktop to full version? EX: websites are redirected automatically to mobile version if they open it from mobile. if so, please tell me the process & steps to achieve this.
Thanks in Advance
If I understood correctly so far you have an app with two years of data already in it. When users open it in a Computer browser it should show full two years but when the same app is opened in mobile device should have only one year(to enhance performance). Clientplatform() wont help if 2 years of data is already loaded in the app. Even if you use a flag you can't strip off the data thats already loaded. I think you need two separate apps.
Please feel free to correct me if I was wrong.
Thanks
AJ
what am trying to achieve is one qvw document with 2 yrs data. When I open it from desktop browser I should be able to see 2 yrs data and when I open it from mobile I should able to see 1 yr data. I tried to reduce the data using clientplatform() if its mobile browser, but looks like I cannot do this way. Is any other option available?
Assuming the above is the requirement. You have to plan which one year data you want to show in the mobile (Max year or the other data) and create the flag at the data source.
OnActivate sheet identify the client using the ClientPlatform() and set the filter to show only the only year data.
Note: It is just filtering the data not going to reduce the size of the application.
There are other ways there to reduce the size of the data.like Loop and reduce option.