BIRT workitems and links
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.
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.