Changes between Version 6 and Version 7 of S3/S3Report
- Timestamp:
- 11/02/11 13:50:00 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
S3/S3Report
v6 v7 23 23 == URL methods == 24 24 25 S3Cube responds to the analyzeURL method.25 S3Cube responds to the {{{analyze}}} URL method. 26 26 27 27 The following parameters are accepted: 28 28 29 || Parameter||Explanation||required?||29 ||'''Parameter'''||'''Explanation'''||'''required?'''|| 30 30 ||rows||the name of the field to be used for the table rows||yes|| 31 31 ||cols||the name of the field to be used for the table columns||yes|| … … 41 41 S3Cube supports a number of aggregation functions. The following functions have been tested so far: 42 42 43 || Function||Explanation||43 ||'''Function'''||'''Explanation'''|| 44 44 ||list||a comma-separated list of all instance values|| 45 45 ||count||the number of instance values||