Changes between Version 26 and Version 27 of S3/S3Report


Ignore:
Timestamp:
06/07/13 13:35:49 (12 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • S3/S3Report

    v26 v27  
    55
    66== Functionality ==
    7 
    8 S3Report can generate contingency tables (a.k.a. pivot tables) from S3Resources.
     7S3Report generates a full page which includes a set of S3Search widgets, a pivot table (a.k.a. contingency table) from S3Resources and graphs based on the Pivot Tables.
    98
    109== Dependencies ==
    11 
    12 S3Report uses [http://code.google.com/p/pyvttbl pyvttbl] to generate contingency tables. A modified version of {{{pyvttbl}}} is integrated into the S3 framework.
     10S3Report used to use [http://code.google.com/p/pyvttbl pyvttbl] to generate contingency tables. A modified version of {{{pyvttbl}}} was integrated into the S3 framework.
    1311
    1412Pyvttbl requires the following Python modules:
     
    1715
    1816== Caveats ==
    19 
    2017S3Report supports grouping and aggregation by virtual fields - however, using this without care can lead to severe scalability problems:
    2118
     
    7471
    7572== Examples ==
    76 
    7773  - http://localhost:8000/eden/org/organisation/report?rows=country&cols=sector_id&fact=name
    7874  - http://localhost:8000/eden/pr/person/report?rows=age_group&cols=gender&fact=id&aggregate=count
     
    8884
    8985== Report Options ==
    90 
    9186Table configurations can contain a `report_options` item, which is a Storage object. This object is used to configure reports and report options form.
    9287
     
    173168   )
    174169}}}
     170
    175171== Report UI Options ==
    176172=== !Show/Hide Report Option Fields ===
     
    179175settings.ui.hide_report_options = False # default = True
    180176}}}
    181 == Further Development ==
    182177
    183 The following enhancements are currently under development:
     178== Future Plans ==
    184179
    185   - Support for JSON, CSV and XLS exports
     180See BluePrint/Report