Changes between Version 4 and Version 5 of S3/S3Report


Ignore:
Timestamp:
11/02/11 13:44:58 (13 years ago)
Author:
Dominic König
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Report

    v4 v5  
    3333  ||aggregate||the aggregation function||no (default: list)||
    3434
     35rows, 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
    3541S3Cube supports a number of aggregation functions. The following functions have been tested so far:
    3642
     
    4046  ||sum||the sum of all instance values||
    4147  ||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
    4253
    4354== Further Development ==