Can't find out data by Team Area Name parameters when using BIRT & RTC3.0
![]()
Guo Feng Xie (15●1●7●9)
| asked Jun 28 '13, 1:36 a.m.
edited Jan 21 '14, 11:18 a.m. by Krzysztof Kaźmierczyk (7.4k●3●69●102)
If the structure of Team Area is as follow: ("AIS TAC/CDUT/ " is Parent Level, below are Child Level)
AIS TAC/CDUT AIS TAC/CDUT/JAVA AIS TAC/CDUT/C# How could I figure out the infos of WorkItmes in Child Level Team by just choose "AIS TAC/CDUT" ? As we know. In WORKITEMS_SNAPSHOT: LIVE_WORKITEM_CNT table: The Value of Team Area name is just like "JAVA" or "C#“ but includ "AIS TAC/CDUT", Thus, How could I resolve this problem? Thanks a lot. |
One answer
![]()
You need to use the data warehouse table named WORKITEM which is unfortunatly only available in 4.0.X. That table expose the qualified names of the team area.
|