SSPROCROWLIMIT

Controls the maximum number of spreadsheet rows Essbase processes on a Spreadsheet Add-in request.

Syntax

SSPROCROWLIMIT n

Where n is an integer value between 16,384 and 500,000, inclusive. The default value is 250,000.

Description

SSPROCROWLIMIT controls the maximum number of spreadsheet rows Essbase processes on a Spreadsheet Add-in user request. SSPROCROWLIMIT is in effect only for Spreadsheet Add-in when the Suppress #Missing Rows option is selected The rows are counted before suppression; that is, missing rows and rows containing zero values are included.

When users zoom in on one or more members, Essbase must process a larger grid containing selected members expanded to the zoom-in level set in the options. When the Suppress #Missing Rows option is set, Analysis Services returns only rows with at least one column containing a non-missing value. SSPROCROWLIMIT defines the maximum size (number of rows) of the larger grid that Essbase needs to process. This setting prevents excessive memory usage for a single Spreadsheet Add-in operation.

When the Excel Suppress #Missing Rows option is not selected, the limit is 64000.

Notes

Example

SSPROCROWLIMIT 300000