/
col.xyz.summary
col.xyz.summary
Adds an additonal row with a summary of the column. This summary can be either 'sum', 'avg', 'count', 'min', 'max' or just a label such as 'total:'
Class | Column |
---|---|
Property | col.xyz.summary |
Formal specification | col.xyz.summary ::= sum |avg |count |min |max | label |
Required | no |
Default | No (unless it is a label) |
Version | 1.0 |
Comment | A summary on a column of type string has no effect, unless it is a label |
Example | gd.columns=sandwich,price,number
col.sandwich=Sandwich
col.sandwich.type=string
col.sandwich.editable=false
col.sandwich.summary=Total:
col.number=Count
col.number.type=number
col.number.summary=sum
|
Reference |
Related content
Troubleshooting & FAQ
Troubleshooting & FAQ
More like this
Generate Burger Restaurant Sales by Menu Item Report
Generate Burger Restaurant Sales by Menu Item Report
More like this
Extract Information from the Grid using the Java API
Extract Information from the Grid using the Java API
More like this
Update grid data with Single Select List column type
Update grid data with Single Select List column type
More like this
gd.displayCondition
gd.displayCondition
More like this
Updating grid data after selecting a list item
Updating grid data after selecting a list item
More like this