Incremental Fetch on Grid/Graphs

Incremental fetch divides large Grid/Graphs into pages, thereby loading the data in batches (or blocks) rather than all at the same time. This improves the usability and performance of a large Grid/Graph, by reducing the load and overall memory usage on the web server. Only a Grid/Graph displayed as a grid can be split into rows and therefore incrementally fetched. This includes the grid portion of a Grid/Graph displayed as both a grid and a graph simultaneously.

Note: this property applies only to the rows, not to the columns, of the Grid/Graph.

You can define the incremental fetch options for Grid/Graphs in either MicroStrategy Web or in Desktop, but incremental fetch is applied only when the document is executed in Editable Mode, Interactive Mode, or Express Mode in MicroStrategy Web. Desktop does not apply incremental fetch to Grid/Graphs.

The blocks of data are defined by the number of rows to return at a time. For example, a Grid/Graph on a document contains 1000 rows. Incremental fetch is applied, with the number of rows per page set to 50. In MicroStrategy Web, only 50 rows are displayed on a single page of the Grid/Graph. Users can navigate to another page to display more information.

You can also apply incremental fetch to the entire document. For more information, see Incremental Fetch on documents.

Incremental fetch in repeating document sections

Whether the group and detail sections repeat in a document affects how incremental fetch is applied to Grid/Graphs in that section, as described below:

For background information on document sections, see About sections in documents. For instructions to group the document, see Grouping records in a document. For instructions on displaying individual grouping elements or all the elements, see About using page-by on a document (page-by interactively displays groups on separate pages).

To apply incremental fetch to a Grid/Graph

  1. Open a document in the Document Editor.

  2. Right-click the Grid/Graph to apply incremental fetch to, and select Properties. The Properties dialog box opens.

  3. Click the Advanced tab.

  4. Select the Enable incremental fetch on grid check box.

  5. Enter the Maximum number of rows per page.

  6. Click OK to return to the document.

To see the results of the incremental fetch, open the document in MicroStrategy Web in Editable Mode, Interactive Mode, or Express Mode.

Related Topics

  •  

  •