Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to create a burnup report for closed work items in BIRT?

A customer is trying to create a burnup report for opened and closed work items in BIRT. RTC version is 4.0.3.

Data Set retrieves like the below. 'CLOSE_COUNT' is a computed column ( Aggregation:RUNNINGSUM, Expression:row["WI_COUNT"].

DueDate     WI_COUNT     CLOSE_COUNT
2014/06/01  1            1
2014/07/11  1            2
2014/07/01  1            3
2014/06/21  1            4
2014/07/13  1            5

Q1) How can I sort by "DueDate" in the Data Set?

When he created a bar chart ( Category (X) series : row["DUE_DATE"], Date Sorting: Ascending, Grouping Type:DateTime, Unit:Days, Interval:1, Aggregate Expression:Sum), 
The bar chart is not sorted by row["DUE_DATE", it looks like order by data source.

DueDateY

DueDateX
Duedate

Q2) How can I sort by "DueDate" to show aggregate sum in Bar chart?

1

1 vote

Comments

 Does anyone know how-to?



One answer

Permanent link
I will need a copy of your report design file.

0 votes

Comments

I am waiting for the customer uploading the report design file. 

After sending the report design file to Raflik, the comment from him as the below:
--------------------

The attached report is not the same as the one shown in the forum.

The X-Axis value is set to:
var dates = new Date();
if(row["DUE_DATE"] !=null){
    dates = row["DUE_DATE"];
}else{
   dates = new Date("1970/01/01 0:00:00");
}
Which is wrong as it does not seem to return any value.
User should create a computed column in the data set and use it for both sorting and display in the x-axis.

Rafik Jaouani 
--------------------

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,019
× 324
× 230

Question asked: Jul 15 '14, 2:49 a.m.

Question was seen: 6,246 times

Last updated: Jul 23 '14, 8:13 p.m.

Confirmation Cancel Confirm