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 |