Cell Summary Config
The Predefined Configuration for the Cell Summary function
Cell Summary State
Property | Description |
---|---|
CellSummaryOperationDefinitions | Array of CellSummaryOperationDefinition ; each contains a name and reference to a OperationFunction which which will be run |
SummaryOperation | Current Summary Operation being used |
Operation Definition
The Cell Summary Operation Definition is defined as follows:
Property | Description |
---|---|
OperationFunction | Function to run when summary result is required - Name is provided here and implementation in User Options. |
OperationName | Name of the Operation - will be displayed in the Cell Summary dropdowns. |
note
The Cell Summary Operation is a JavaScript User Function provided at design-time.