Pivot library API

Functions from the pivot table library.

Table 1. Pivot library functions
Function Summary
FUNCTION pivot_debugPivotTables(
  pivotTables DYNAMIC ARRAY OF pivotPivotTable)
Displays the pivot table information contained in a 4rp file for debugging purposes
FUNCTION pivot_getLastErrorString()
  RETURNING errorMessage STRING    
Retrieves the error string of the last function called that failed.
FUNCTION pivot_load4rpAndGetPivotTables(
  fileName String )
  RETURNING status BOOLEAN,
            pivotTables DYNAMIC ARRAY OF pivotPivotTable      
This function loads a 4rp file and returns a data structure describing the pivot tables in this file.