pivotSelections property

List<PivotSelection>? pivotSelections
getter/setter pair

Used to select a dimension name and value pivot.

If multiple pivot selections are given, the sort occurs on rows where all pivot selection dimension name and value pairs match the row's dimension name and value pair.

Implementation

core.List<PivotSelection>? pivotSelections;