BIRT report: 2x2 matrix
RTC4.0.5 used
There is a request to create a 2x2 matrix report such as:
Defect vs Severity
Defec Status Sev1 Sev2 Sev3 Sev4
Open 0 1 3 0
In Progress 1 2 1 2
Fixed 0 3 2 1
I am thinking to use BIRT report for this purpose. When learning how to create BIRT report, many samples are like:
Defect Status Count
Open 4
In Progress 6
Fixed 6
I am wondering whether I can achieve 2x2 matrix with BIRT. Does anyone have any example/guide of how to do that or reference doc I can check with in order to create the above report?
Please shed some lights on this. Thanks a lot.
There is a request to create a 2x2 matrix report such as:
Defect vs Severity
Defec Status Sev1 Sev2 Sev3 Sev4
Open 0 1 3 0
In Progress 1 2 1 2
Fixed 0 3 2 1
I am thinking to use BIRT report for this purpose. When learning how to create BIRT report, many samples are like:
Defect Status Count
Open 4
In Progress 6
Fixed 6
I am wondering whether I can achieve 2x2 matrix with BIRT. Does anyone have any example/guide of how to do that or reference doc I can check with in order to create the above report?
Please shed some lights on this. Thanks a lot.
One answer
Hi Don,
You can simply create new Cross tab report item to display the data in the way you want to.
You can simply create new Cross tab report item to display the data in the way you want to.