Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Custom Attributes in BIRT reports

Hi,

I've insert some custom attributes on my WorkItems.
How can I create a report with these attributes?
I've checked the LIVE_SNAPSHOT table but I can't find my attributes.
Is this the correct way in order to create BIRT reports with custom attributes?

Tanks in advance.

0 votes



4 answers

Permanent link
Are you looking to report against live data or historical data from the data warehouse? A description of your report would also help.

0 votes


Permanent link
I've a workitem with a custom field.
I need a report with the result of a query that list all the workitems created.
I've check the possibility to use the LIVE_SNAPSHOT table or the WORKITEM_QUERY_RESULTS table but on both cases I cannot insert on the report the custom field.
Is there a out of the box procedure for this issue?

Bye.

0 votes


Permanent link
Hi,

Try with the WORKITEMS_SNAPSHOT as the data source

Using the LIVE_WORKITEM_CNT table you should be able to show the list of
work items.

If your custom attribute is of type string, use STRING_KEY as the id of
the attribute and STRING_VAL as the value.

I hope this helps,

Ana
On 2/8/2010 11:38 AM, angelo_corna wrote:
I've a workitem with a custom field.
I need a report with the result of a query that list all the workitems
created.
I've check the possibility to use the LIVE_SNAPSHOT table or the
WORKITEM_QUERY_RESULTS table but on both cases I cannot insert on the
report the custom field.
Is there a out of the box procedure for this issue?

Bye.

0 votes


Permanent link
Because you want to use the result of a work item query, you'll need to
join data from the workitem_query_results table with live_workitem_cnt
to retrieve the fields you want to report on.

james
RTC Reports Team Lead

On 2/9/2010 2:56 AM, ana.lopez wrote:
Hi,

Try with the WORKITEMS_SNAPSHOT as the data source

Using the LIVE_WORKITEM_CNT table you should be able to show the list of
work items.

If your custom attribute is of type string, use STRING_KEY as the id of
the attribute and STRING_VAL as the value.

I hope this helps,

Ana
On 2/8/2010 11:38 AM, angelo_corna wrote:
I've a workitem with a custom field.
I need a report with the result of a query that list all the workitems
created.
I've check the possibility to use the LIVE_SNAPSHOT table or the
WORKITEM_QUERY_RESULTS table but on both cases I cannot insert on the
report the custom field.
Is there a out of the box procedure for this issue?

Bye.

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Feb 07 '10, 11:36 a.m.

Question was seen: 9,778 times

Last updated: Feb 07 '10, 11:36 a.m.

Confirmation Cancel Confirm