MicroStrategy ONE
Refresh a Document in Android
The following parameters and values are used to refresh a document using the mobile URL API. When the refresh is performed, any manipulations that have been performed on the document are maintained. This URL link refreshes the currently opened document; you cannot open and refresh a different document with this link.
Parameter | Value |
---|---|
evt |
2048030 |
useCache |
Specifies whether to refresh the document against the data warehouse or against the cache on the Intelligence Server 0 = run against data warehouse 1 = use the cache on the Intelligence Server (default) 0 is the only value that will cause the document to be refreshed against the data warehouse. If any number other than 0 or any value, such as usecache, is specified or if the useCache parameter is not included in the URL link, the document is refreshed against the cache on the Intelligence Server |
The sample URL below shows how to refresh the current document against the data warehouse, from inside your custom mobile application.
URL for refreshing a document
mstr://?evt=2048030&useCache=0