Changes between Version 18 and Version 19 of S3/S3Report
- Timestamp:
- 11/29/12 14:06:51 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Report
v18 v19 19 19 == URL Methods == 20 20 21 S3Report responds to the {{{ report}}} URL method, for ''all'' resources (generic method).21 S3Report responds to the {{{/report}}} URL method, for ''all'' resources (generic method). 22 22 23 23 The following parameters are accepted: … … 28 28 ||fact||the name of the field to be used for the instance values||no (falls back to "name" if present, otherwise to "id")|| 29 29 ||aggregate||the aggregation function||no (default: list)|| 30 ||table||whether to hide the pivot table (table=0) or show it (table=1)||no|| 31 ||chart||render as chart by default, format: chart=<type>:<dimension>||no|| 30 32 31 33 rows, cols and fact support the same options as list_fields: … … 34 36 - virtual fields in the table 35 37 - fields/virtual fields in tables linked by foreign keys ($-notation) 38 39 The {{{chart}}} option accepts: 40 41 - type: piechart|barchart|breakdown 42 - dimension: rows|cols 36 43 37 44 S3Report supports a number of aggregation functions. The following functions have been tested so far: