[DevExpress Support Team: CLONED FROM B191875: The pivot grid is unusable for end users]
What about grouping by another statistics? It is always set to Sum Grand Totals, but I want other options (Average, Max, Min, etc.).
FYI: I'm using ASP.NET Web application.
Pivot Grid ASP.NET module - How to change the summary type
Answers approved by DevExpress Support
Hello Mauro,
Yes, it is possible. You just need to access the PivotGrid designer using Model Editor and customize required columns. I have attached a short video that illustrates this.
Please let me know if you need further assistance.
You can access the ASPxPivotGrid control as shown here: pagination on pivot and chart.
Alternatively, use a custom fields builder to customize the required fields. This solution is platform-independent. See examples here:
How to make PivotGrid fields invisible when the Analysis view is initialized
How to make PivotGridControl editable when using the Pivot Chart (Analysis) module
Calculated property/field in Analysis report