MicroStrategy ONE
Refresh a Document in iOS
Refresh the Current Document
The following parameters and values are used to refresh the current 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. To open an refresh a different document
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 the current document
mstr://?evt=2048030&useCache=0
Refresh a Target Document
The following parameters and values are used to link to a target document and refresh the target report cache at the same time, using the mobile URL API. When the refresh is performed, any manipulations that have been performed on the document are maintained.
Parameter | Value |
---|---|
evt |
2048001 |
documentID |
ID of the target document to execute |
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 a target document against the cache on the Intelligence Server, from inside your custom mobile application.
URL for refreshing a target document
mstr://?evt=2048001&src=Main.aspx.2048001&visMode=0&documentID=EB3CD5D14F4C8C77782AC0882C986B8D¤tViewMedia=2&useCache=1