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
2 answers
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
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