PivotAggregationColumns
Defines an Aggregated Column in a Pivot Layout
TypeScript
export type PivotAggregationColumns = {
ColumnId: string;
AggFunc: AggregationColumnValue;
Total?: PivotTotalPosition | {
PivotColumnId: string;
ShowTotal?: PivotTotalPosition;
}[];
}[];