The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have Year, Quarter, and Month columns that I would like to use to aggregate per day values. So instead of doing a normal sum, I need to sum the underlying values and divide by the number of days in the year, quarter, or month. Is this possible?
MMManikandan Murugesan Syncfusion Team July 21, 2021 12:46 PM UTC
Hi Randy,
Yes, you can modify the aggregated values in the pivot table by using "CellTemplate" option. For example, you can change the aggerated values by performing custom aggregation with the given cell information for each aggregated value obtained from the cell template. Please refer the following code example and sample below.