Blazor Pivot Table Example - Calculated Field
Grand Total |
|---|
Grand Total | No records to display |
Properties
This sample demonstrates the calculated field feature where Total Units acts as a custom calculated field created through mathematical expressions.
Users can insert new calculated fields based on existing measure items through UI dialogs or code configuration.
Calculated field features:
- Create custom fields from basic arithmetic expressions
- Combine existing fields using mathematical operations
- Enable via
AllowCalculatedFieldproperty in SfPivotView
Configuration using PivotViewCalculatedFieldSetting:
- Name - Unique calculated field identifier
- Formula - Mathematical expression based on data source fields
For comprehensive documentation, refer to the calculated field documentation.