orderBys property

List<OrderBy>? orderBys
getter/setter pair

Specifies how dimensions are ordered in the pivot.

In the first Pivot, the OrderBys determine Row and PivotDimensionHeader ordering; in subsequent Pivots, the OrderBys determine only PivotDimensionHeader ordering. Dimensions specified in these OrderBys must be a subset of Pivot.field_names.

Implementation

core.List<OrderBy>? orderBys;