BIRT workitems and links
![]()
EclipseTalk . (327●3●59●59)
| asked Jul 16 '12, 5:56 p.m.
edited Jul 18 '12, 7:51 p.m. by David Olsen (523●7)
Hello,
I need to store in a javascript map a list of workitems with links (source/target UUID) with RTC 3.x. I've created a report to display workitems based on the table LIVE_WORKITEMS_CNT. I'm used the LINKS table and I did a simple sub-query with a data binding based on the current row ID to get the TARGET ID. How can I access the target ID since it is computed via a sub query (it is a table embedded in a column of the workitem table)? Is there a better way to achieve this? Thanks in advance for your help. |
2 answers
![]()
Please check the following wiki for a tutorial about how to use links in a BIRT report:
https://jazz.net/wiki/bin/view/Main/ReportsCentral#Links |
|