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
Warning
From version 24, Pivot table.SelectOccurrence is kept for backward compatibility. This function is replaced by <Pivot table>.SelectCount.
Returns the number of selected cells in a Pivot Table control.
Example
// Loop through the selected cells
pvtPos is pvtPosition of PVT_MyPVT
 
nbSel is int = PVT_MyPVT.SelectCount()
FOR i = 1 TO nbSel
pvtPos = PVT_MyPVT.Select(i)
Trace(pvtPos.COL_Today_Date + ":" + pvtPos.COL_Product))
END
Syntax
<Result> = <Pivot Table control>.SelectCount()
<Result>: Integer
Number of selected cells in the Pivot Table control.
<Pivot Table control>: Control name
Name of the Pivot Table control to be used.
Component: wd290obj.dll
Versión mínima requerida
  • Versión 23
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/06/2023

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