Open from Interviewer Server Administration (ISA): Controlling the default open location
When you use the “Open from Interviewer Server Administration” option, desktop UNICOM Intelligence Reporter opens from <UserFolder>\Projects by default. To change this, use the DefaultDimensionNetOpenFolder option.
This setting takes effect only when opening from Interviewer Server Administration (ISA) for the first time in UNICOM Intelligence Reporter. UNICOM Intelligence Reporter defaults to the last used folder on subsequent requests to open from ISA.
To change the default ISA folder for desktop UNICOM Intelligence Reporter
1 Edit the following file:
Desktop installation:
C:\Program Files\IBM\SPSS\DataCollection\<version>\Survey Reporter\Reporter.exe.config
Server installation:
This option is not available in the server installation, because it is a per user property.
2 In the <appSettings> section, change or add the DefaultDimensionNetOpenFolder key.
Specify < and > characters (angle brackets) by using < and >
Example
The following example sets the default folder when opening from ISA to the shared folder:
<appSettings>
<add key="DefaultDimensionNetOpenFolder" value ="<SharedFolder>\Projects" />
</appSettings>