ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Controls, pages and windows / Pivot Table functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Expands the data found in a Pivot Table control according to a row header or to a column header.
Example
// Expands all quarters
PVT_Sales.Expand(COL_OrderDate_Quarter)
Syntax
<Pivot Table control>.Expands(<Header to expand>)
<Pivot Table control>: Control name
Name of the Pivot Table control to be used.
<Header to expand>: Character string
Name of the row header or column header to expand.
Component: wd300obj.dll
Minimum version required
  • Version 23
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/20/2024

Send a report | Local help