This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 
                    exchange:reporting:reporting_project [2010/04/28 03:56] ben  | 
                
                    exchange:reporting:reporting_project [2010/04/28 05:29] (current) ben  | 
            ||
|---|---|---|---|
| Line 120: | Line 120: | ||
| create table report ( report_id serial primary key, report_name text, report_descrip text, report_grade integer not null, report_source text ); | create table report ( report_id serial primary key, report_name text, report_descrip text, report_grade integer not null, report_source text ); | ||
| </code> | </code> | ||
| + | |||
| + | Also need to check out: | ||
| + | |||
| + | http://www.eclipse.org/birt/phoenix/intro/ | ||
| + | |||
| + | http://oreports.com/ | ||
| + | |||
| + | http://www.pentaho.com/ | ||
| + | |||
| + | http://www.jaspersoft.com/ - http://jasperforge.org/ | ||
| + | |||
| + | Setup for datavision - copy mysql connector J .jar file into lib directory, setup connection like: | ||
| + | |||
| + | {{:exchange:reporting:datavision_connection_info.png|}} | ||