Desktop User Guides > Reporter > Customizing UNICOM Intelligence Reporter > Changing UNICOM Intelligence Reporter options > All Results tab: Controlling the number of tables displayed
 
All Results tab: Controlling the number of tables displayed
UNICOM Intelligence Reporter displays a maximum of 100 tables in the All Results tab. For example, if you select the .mtd node in the Tables List, and then click Generate all, UNICOM Intelligence Reporter generates all the tables, but the All Results tab displays a maximum of 100 tables.
To change the number of tables that are displayed in the All Results tab
1 Edit this file:
Server install
C:\inetpub\wwwroot\SPSSMR\Reporter\Custom Files\Reporter.exe.config
Desktop install
C:\Program Files\IBM\SPSS\DataCollection\<version>\Survey Reporter\Reporter.exe.config
2 In the <appSettings> section, change the MaxTablesDisplayed parameter.
Exaxmple
This example sets the maximum number of tables displayed to 150:
<appSettings>
<add key="MaxTablesDisplayed" value="150" />
</appSettings>
See also
Changing UNICOM Intelligence Reporter options