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
Constants for managing Pivot Table controls
Display only constants used by prefix syntaxes
The following constants are used to manipulate Pivot Table controls:
ConstantDetailsFunction
pvtAbsoluteEvolutionShows the evolution between date ranges as absolute values.PVTCompareDateRange
pvtColumnHeaderHandles the headers of columns.PVTExpandAll, PVTCollapseAll
pvtPercentageEvolutionShows the evolution between date ranges as a percentage.PVTCompareDateRange
pvtRowHeaderHandles the row headers.PVTExpandAll, PVTCollapseAll
pvtWithoutEvolutionDoes not show the evolution between date ranges.PVTCompareDateRange
pvtWithUISaves the configuration of Pivot Table control:
  • size of columns,
  • size of rows,
  • collapsed/expanded row headers or column headers.
PVTSave
The following constants are used to manipulate Pivot Table controls, using prefix syntax:
ConstantDetailsFunction
pvtColumnHeaderHandles the headers of columns.<Pivot Table>.ExpandAll, <Pivot Table>.CollapseAll
pvtRowHeaderHandles the row headers.<Pivot Table>.ExpandAll, <Pivot Table>.CollapseAll
pvtWithUISaves the configuration of Pivot Table control:
  • size of columns,
  • size of rows,
  • collapsed/expanded row headers or column headers.
<Pivot Table>.Save
Minimum version required
  • Version 18
Comments
Click [Add] to post a comment

Last update: 09/24/2024

Send a report | Local help