Summary
To view a map-enabled report with drill-up and drill-down capabilities in PDF format, an administrative setting must first be enabled. By setting preserveDrillContextPDF to true, the drill action is preserved when viewing a map-enabled report in PDF.
Procedure
Before following the steps below, it is recommended that the Esri Maps for IBM Cognos administrator make a backup of the following file.
Windows:
<em4c_location>\webcontent\esrimap\configuration\settings.js
Unix:
<em4c_location>/webcontent/esrimap/configuration/settings.js
- On the EM4C Gateway(s), open the settings.js file in a text editor.
- Set preserveDrillContextPDF to true as follows:
preserveDrillContextPDF: true
define({
arcgisUrl : "http://myorganization.arcgis.com",
arcgisAuthType : "user",
arcgisAppUser : "",
arcgisAppPassword : "",
arcgisAppId : "myappid",
arcgisSharing : true,
corsEnabledServers : [],
selectionColor : "#FF0000",
infographicsEnabled : true,
docRoot : "http://doc.arcgis.com/{LOCALE}/maps-for-cognos/", // or "installed"
preserveDrillContextPDF : true
});
- Save the changes to settings.js.
- Refresh the browser cache.