-
Notifications
You must be signed in to change notification settings - Fork 7
Usage with Birt
declan-wilson edited this page Apr 30, 2015
·
2 revisions
This page will outline using the JAQL jdbc based driver for Birt Eclipse (Luna 4.4.0), to create Birt Reports based on Ariel data.
Birt Eclipse 4.4+ Download Birt
- Launch Birt Eclipse
- Change view to "Report Design Explorer"
- File > New > Project > "Business Intelligence and Reporting Tools" > "Report Project" > Project Name = "MyFirstBirtProject"
- Navigator tab > highlight "MyFirstBirtProject" > File > New > Report > File Name = "first_report.rptdesign" > Blank Report
- Data Explorer tab > highlight "data sources" > right click > "New data source" > select "JDBC Data Source" > Data Source Name = "Ariel Data Source"
- Data source details:
- Data source jar: Manage Drivers > add jaql jar location
- "Test connection" to check connectivity to the Ariel instance
- Data Explorer tab > highlight "Data Sets" > rightclick "New Data Set" > Data set Name = "last_24hrs_events_summary"
- Build query : Query text window and output columns:
- Preview the data:
Some errors may occur when running the internal eclipse browser, if so: Windows > Preferences > Report Design > Preview > check "Always use external browser" Windows > Preferences > General > Web browser > check your preferred external browser
-
Data Explorer tab > highlight "Data Sets" > highlight "last_24hrs_events_summary" > rightclick > "Insert into Layout"
-
Bind the query's select columns for report display
- Layout should default to:
- Run > View Report > "In web viewer" (or select preferred output)
- You can use the same dataset, to insert charts, using the chart wizard to plot series of data