Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The report displays the amount of resolved issues for each type group:

The BIRT designer has created a new binding on the Table for the Aggregation item so it is possible to ise the aggregated data as input for other items like charts:


Image Added

To see the progress, we need a new aggretation item to count the unresolved issues. Pelase, repeat the actions described above in order to crate a similar aggregation with the conditon:

row["Resolved"] == false


Image Added

This is the new report:

Image Added


We will replace the sub-totals by a bar graph. Select both aggregation items from the Outline view and set Dislplay property to No visible:

Image Added

Right click on the Grid's last cell (table) and select Insert Row Above:


Image Added

A new empty Cell has been added between the Pie Chart and the table items:


Image Added