Desktop User Guides > Reporter > Customizing UNICOM Intelligence Reporter > Changing UNICOM Intelligence Reporter options > All Results tab: Changing the default browser
 
All Results tab: Changing the default browser
UNICOM Intelligence Reporter displays results in the All Results tab using Microsoft Edge by default. You can change it to use Microsoft Internet Explorer.
To change the browser used to display results in the All Results tab
1 Edit the following file:
Server installation:
C:\inetpub\wwwroot\SPSSMR\Reporter\Custom Files\Reporter.exe.config
Desktop installation:
C:\Program Files\IBM\SPSS\DataCollection\<version>\Survey Reporter\Reporter.exe.config
2 In the <appSettings> section, change the value for BuiltInBrowser to either IE or Edge.
Example
The following example changes the browser control used for displaying results to Microsoft Internet Explorer:
<appSettings>
  <add key="BuiltInBrowser" value="IE">
</appSettings>
See also
Changing UNICOM Intelligence Reporter options