• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Aggregation in ASP.NET MVC Pivot Table Control

This sample demonstrates the aggregate types like sum, average, median, min, max, count, distinct count, and more in the pivot table for quick business analysis. End users can also change the aggregation type of each field bound to the value axis in the field list at runtime.

DEMO
SOURCE
Units:
Cost:

In this sample, you can change the aggregate types for value fields using the dropdown list separately. The aggregate type can be set using the type property of the value field. The built-in aggregates are:

Sum, Average, Median, Min, Max, Count, Distinct Count, Product, Index, Population StDev, Sample StDev, Population Var, Sample Var, Running Totals, Difference From, % of Difference From, % of Grand Total, % of Column Total, % of Row Total, % of Parent Total, % of Parent Column Total, % of Parent Row Total.

To achieve aggregation through UI, navigate to "User Interaction > Field List" sample and click and open the value field settings menu to experience the same.