cancel
Showing results for 
Search instead for 
Did you mean: 

iOS webi filtering offline

Eniedfeldt
Explorer
0 Kudos

We have some webi reports available in offline mode but the iPhone (iOS 6.1) does not allow filtering in offline mode.  I haven't tested the iPad yet.

Thoughts?

I would expect to be able to filter on the cached data.

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Edward,

Currenty ,filtering in off line mode is not supported. Actions like Input control, report element linking needs mobile server interaction when filtering, all these feartures currently does not work in offline mode.

Thanks,

Sudarshan

Former Member
0 Kudos

Hi Sudarshan Pavanje,

Currently I'm using iOS SMP 3.0 with SP9, I've different collections with filters. Will it work in Offline Store? If yes, please explain how to retrieve data from following collection

HeaderCollection(0987133)?$expand=ItemsSet

Thanks & Regards,

Vara Prasad.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Edward,

you have change on clientsettings.properties Located at

Tomcat6 ->webapps->MobileBIService->WEB-INF->clientsettings.properties

Open this file and change below

OfflineStorage=True

then save it. restart tomcat and test it.

i thing it will work.

Thank You,

haresh

CdnConnection
Active Contributor
0 Kudos

Edward,

     Check the settings in the clientsettings.properties file located in the MobileBIService folder in Tomcat webapps folder.

iOS 5.x was not as picky with security but iOS 6.x has extensive security that must be set.

Regards,

Ajay

Eniedfeldt
Explorer
0 Kudos

Here are my current settings in the clientsettings.properties file:

savePassword=true

offlineStorage=true

offlineStorage.ttl=182

offlineStorage.appPwd=true

feature.streamwork.enabled=false

Is offline filtering POSSIBLE for an iPhone/iPad with a Webi if the security settings are right?