AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Ayuda / WLanguage / Funciones WLanguage / Controles, páginas y ventanas / Funciones Tabla dinámica
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
Constants for managing Pivot Table controls
Display constants used by prefix syntaxes only
The following constants are used to manage 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 manage Pivot Table controls (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
Versión mínima requerida
  • Versión 18
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 26/05/2022

Señalar un error o enviar una sugerencia | Ayuda local