display statistical information for a list/group |
|
| see group | |
<r:data do='stat' find='sum' format='%.3f'/> <r:pages do='stat' find='sum' of='d_hours'/> <r:pages do='stat' date='min' of='log_at' format='%Y'/> |
It is usually a bad idea to use ‘count’ through ‘stat’. We should implement count without the overload of finding all records.