Changes between Version 4 and Version 5 of S3/S3Report
- Timestamp:
- 11/02/11 13:44:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Report
v4 v5 33 33 ||aggregate||the aggregation function||no (default: list)|| 34 34 35 rows, cols and fact support the same options as list_fields: 36 37 - fields in the table 38 - virtual fields in the table 39 - fields/virtual fields in tables linked by foreign keys ($-notation) 40 35 41 S3Cube supports a number of aggregation functions. The following functions have been tested so far: 36 42 … … 40 46 ||sum||the sum of all instance values|| 41 47 ||avg||the average (mean) of all instance values|| 48 49 == Examples == 50 51 - http://localhost:8000/eden/org/organisation/analyze?rows=country&cols=sector_id&fact=name 52 - http://localhost:8000/eden/pr/person/analyze?rows=age_group&cols=gender&fact=id&aggregate=count 42 53 43 54 == Further Development ==