I'm currently testing Geomapping on the BI Mobile App on the iPad where I want users to be able to drill down via an OpenDoc link on a point of interest.
Currently it is attempting to refresh the document when I tap on the link, and it fails because I'm actually using an Excel spreadsheet as a source at this time. I don't want it to refresh on open.
I can load both the Map and the Details documents separately on the iPad without issue. Here is my OpenDoc link where I am passing through Customer Number as I have it set up as an Input Control in the Details document:
iDocID=Ac6mjWhv9oJKtZ.NSWwgfhE&sIDType=CUID&sType=wid&sReportName=Report1&sRefresh=N&sReportPart=[Block 2]&lsS[Customer Number]=51340
The Report Name and Report Part match up correctly with the Details Report and I have set Refresh=N. The option to Refresh on open for the Details report is turned OFF.
Can anyone help me with preventing the app from attempting to refresh the report in the OpenDoc link?