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

Total Corrected Estimate Report

Good Day Everybody,

Im trying to create a BIRT report that shows me a list of all developers from a project area and the total corrected estimated (SUM of all corrected estimates from task workitem) of certain month.

At this moment i have this:

Im using LIVE_WORKITEM_COUNT Snapshot
I created a table that shows me:

||           WORKITEM ID             ||              CONTRIBUTOR           ||              CORRECTED ESTIMATED

||                  001                         ||             Rafael Hernandez          ||                          10 (Hours)
||                  002                         ||             Rafael Hernandez          ||                          4 (Hours)
||                  003                         ||             Rafael Hernandez          ||                          3 (Hours)
||                  004                         ||             Eva Gonzalez                ||                          7 (Hours)
||                  005                         ||             Eva Gonzalez                ||                          9 (Hours)

I want the report shows me this:

User                          ||     Total Hours

Rafael Hernandez     ||         17 (SUM of the 3 workitems assigned to the user)
Eva Gonzalez            ||         16 (SUM of the 3 workitems assigned to the user)

Im stuck in this step.

I hope anyone can help me.

Thanks in advance

0 votes



One answer

Permanent link

I would create table that fetches contributors(along with their item id's) for certain project area(s) and add dynamic text to column "Total Hours". This dynamic text would have binding to LIVE_WORKITEMS_CNT and use contributor_itemid as parameter ("Data Set Parameter Binding"). It's like the one you list as current but filtered by contributor and we need just sum of hours.

|Name            | Hours                                                                                |

|<Name data>|<dynamic text which computes sum for this contributor>*|

*has explicit binding to LIVE_WORKITEMS_CNT

 

0 votes

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
× 324
× 230

Question asked: Feb 15 '13, 2:10 p.m.

Question was seen: 5,315 times

Last updated: Feb 18 '13, 3:56 a.m.

Confirmation Cancel Confirm