Report having all the fields from two different type of work items using BIRT ?
Abhinav Mishra (144●31●39)
| asked Sep 08 '14, 3:16 a.m.
edited Sep 10 '14, 5:05 a.m. by Francesco Chiossi (5.7k●1●11●19)
How to generate a report having all the fields from two different type of work items using BIRT ?
If it's possible with RTC queries ?? |
Accepted answer
Depending on what you are reporting and which table you choose, you may need to separate the intended work items from others rather than "combine" them. For example, if you choose the table WORKITEMS from the LIVE_SNAPSHOT, you already have the common attributes of _all_ the work items. In this case, you actually need to use the column WI_TYPE to filter the work items of the types you want.
Abhinav Mishra selected this answer as the correct answer
|
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.
Comments
Your question is not so clear. Of course you can have all the fields from a work item type, but why two different types? Do the two types happen to have the same fields and you want to "merge" them together in the report? It will help if you can clarify your use case.
Hi Donald,