|
|
|
|
<Pivot table>.SelectCount (Function) In french: <Tableau croisé dynamique>.SelectOccurrence
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. // 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.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|