Icon

11 Reporting

Exercise for reporting.

Send data and an image to a BIRT report. Use the BIRT Report Editor to define the layout of the report.

URL: Producing a Simple Report with BIRT https://youtu.be/mLq6hgH9LS0

Exercise: BIRT Report 1) Execute the workflow below. It preprocesses and visualizes the adult dataset. 2) Send the sorted data and bar chart image to BIRT for use in a report 3) In the BIRT Report editor, use a grid to layout the following elements: - A report title - A formatted pivot table - A bar chart image 4) What are the names of the imported elements (table and image) in the BIRT editor?
Create a pivot table, by workclass, that counts the number of records for each income class
Pivot
Sort the pivoted table by workclass
Sorter
Assign colors to income classes
Color Manager
A bar chart of counts with workclass
Bar Chart (JavaScript) (legacy)
Column Name Extractor
Table Transposer
Read data adult_joined.table
Table Reader
Rename missing workclass as "Unknown"
Rule Engine

Nodes

Extensions

Links