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

BIRT report displaying a tree view

 Hello,
I've created a BIRT report in RTC 3.0.1 that displays workitems and their links. 
Now, I'd like to display a tree view (similar to the Plan display Tree view) to show Parent workitems with their children workitems in a tree view (indentation) fashion. What is the best way to do that in BIRT as I don't see any support for a tree view? 
Thank you in advance for your help
 

0 votes



2 answers

Permanent link
You can group the workitems by parent in the BIRT report.
For example i supposed you have a list like this in BIRT :

Parent    /  Child
----------------------------
Parent A - Child 1A
Parent A - Child 2A
Parent A - Child 3A
Parent B - Child 1B
Parent B - Child 2B
Parent C - Child 1C

You can group  them by "Parent" in the properties tab so they look something like this :

Parent A
Child 1A
Child 2A
Child 3A
Parent B
Child 1B
Child 2B
Parent C
Child 1C


0 votes


Permanent link
If you want to get really creative, you can fetch the tree nodes, store them in a javascript data structure, then use a dynamic text field to dynamically generate the html.

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
× 112
× 37
× 3

Question asked: Jul 16 '12, 7:25 a.m.

Question was seen: 8,221 times

Last updated: Jan 22 '14, 4:43 a.m.

Confirmation Cancel Confirm