ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2024

Category: Pivot Table functions
43 results
Allows you to:
  • Specify the row and column headers displayed in a Pivot Table control.
  • Find out the row and column headers displayed in a Pivot Table control.
Entirely calculates or recalculates a Pivot Table control.
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
Updates some of the data found in a Pivot Table control from a given date.
Updates some of the data found in a Pivot Table control from a given date without blocking the application.
Collapses the data found in a Pivot Table control according to a row header or to a column header.
Collapses all row and/or column headers in a Pivot Table control.
Expands the data found in a Pivot Table control according to a row header or to a column header.
Expands all row and/or column headers in a Pivot Table control.
Enables or disables a filter on a Pivot Table control.
Returns the value displayed in a header of Pivot Table control.
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
Returns all values associated with a row or column header in a Pivot Table control.
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
Returns the number of selected cells in a Pivot Table control.
Creates an Excel file with data from a Pivot Table control.
The following constants are used by the functions that manage Pivot Table controls
Functions for managing Pivot Table controls (prefix syntax)
Pivot Table control functions
Used to:
  • Specify the row and column headers displayed in a Pivot Table control.
  • Find out the row and column headers displayed in a Pivot Table control.
Entirely calculates or recalculates a Pivot Table control.
Entirely calculates or recalculates a Pivot Table control, without blocking the application.
Updates some of the data found in a Pivot Table control from a given date.
Updates some of the data found in a Pivot Table control from a given date without blocking the application.
Collapses the data found in a Pivot Table control according to a row header or to a column header.
Collapses all row and/or column headers in a Pivot Table control.
Calculates and displays a date range comparison in a Pivot Table control.
Expands the data found in a Pivot Table control according to a row header or to a column header.
Expands all row and/or column headers in a Pivot Table control.
Enables or disables a filter on a Pivot Table control.
Returns the value displayed in a header of Pivot Table control.
Returns the values of headers corresponding to a position in a Pivot Table control in pixels.
Returns all values associated with a row or column header in a Pivot Table control.
Loads the result of the calculation performed in a Pivot Table control from a backup (file found on disk or backup in a buffer).
The pvtPosition type is used to handle a cell of a Pivot Table control.
Saves the result of the calculation performed in a Pivot Table control (in a file or in memory).
Allows you to find out the position of selected cells and to select cells in a Pivot Table control.
Returns the number of selected cells in a Pivot Table control.
Creates an Excel file with data from a Pivot Table control.
WLanguage procedure ("callback") called by PVTCalculateAllAsynchronous once all the data of a Pivot Table control has been calculated.
WLanguage procedure ("callback") called by PVTCalculateUpdateAsynchronous once all the data of a Pivot Table control has been calculated.