ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Pivot Table functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
Expands all row and/or column headers in a Pivot Table control.
Example
// Loads the data file
PVTLoad(PVT_Statistics, sFile)
// Expands all headers of the Pivot Table control
PVTExpandAll(PVT_Statistics)
Syntax
PVTExpandAll(<Pivot Table control> [, <Type of header>])
<Pivot Table control>: Control name
Name of the Pivot Table control to be used. This Pivot Table control must have been filled by PVTCalculateAll or by PVTLoad.
<Type of header>: Optional Integer constant (or combination of constants)
Type of the header to expand:
pvtColumnHeaderExpands the headers of columns.
pvtRowHeaderExpands the headers of rows.

If this parameter is not specified, the row headers AND the column headers are expanded.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 18
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/04/2023

Send a report | Local help