BIRT displaying workitem status
Hello,
How can i display in a BIRT report the workitems' status. I'm using a data set from LIVE_WORKITEM_CNT there is a column STATE_NAME but it's not the status. I've created another data set from the table STATE and the column STATE_NAME but the STATE column is an ID + workflow state. DO I need to create a sub query or a data set joint? Is there a sample somewhere? Thanks for your help |
One answer
I would create a Joint Data Set joining LIVE_WORKITEM_CNT with STATE. Also have a look at WORKITEM_STATES. It might already have what you need.
|
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
WORKITEM_STATES worked fine - Thanks for your help