Siebel Analytics Web Administration Guide > Administering Siebel Answers >

Configuring Siebel Answers Pivot Table Settings


You can change certain pivot table settings from their internal defaults by adding entries to the Siebel Analytics Web configuration file instanceconfig.xml:

For information about working in the configuration file instanceconfig.xml, read Making Siebel Analytics Web Configuration Changes.

Specifying the Maximum Number of Records to Process in a Siebel Analytics Pivot Table

You can override the maximum number of records that can be processed by a pivot table. The internal default is 20000.

The following entry is an example:

<CubeMaxRecords>30000</CubeMaxRecords>

Specifying the Maximum Number of Populated Cells in a Siebel Analytics Pivot Table

You can override the maximum number of populated cells that Siebel Analytics Web has in a pivot table. The internal default is 150000. If the user exceeds this value, the server returns an error message when the pivot table is rendered.

The following entry is an example:

<CubeMaxPopulatedCells>160000</CubeMaxPopulatedCells>

Siebel Analytics Web Administration Guide