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
Returns the value displayed in a header of Pivot Table control.
Example
i is int = 1
s is string = PVTHeaderValue(PVT_Stat, "DPVT_Family", i)
WHILE s <> ""
Trace(s)
s = PVTHeaderValue(PVD_Stat, "DPVT_Family", i)
i++
END
Syntax
<Result> = PVTHeaderValue(<Pivot Table control> , <Header> , <Subscript>)
<Result>: Character string
  • Value of specified header.
  • Empty string ("") if the specified subscript is invalid.
<Pivot Table control>: Control name
Name of the Pivot Table control to be used
<Header>: Character string
Name of a header of the Pivot Table control.
<Subscript>: Integer
Subscript of the value to retrieve.
Business / UI classification: UI Code
Component: wd290obj.dll
Minimum version required
  • Version 20
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 09/04/2023

Send a report | Local help