It's all about the answers!

Ask a question

BIRT Custom atribute type "Duration"


Ricardo Topete (1313) | asked May 07 '14, 4:13 p.m.
I am creating a BIRT Report on RTC 4.0.0.1

I created custom attributes type "Duration":
estimated_inspection, estimated_rework, actual_inspection, actual_rework

Those Custom attribute Fields but I don't found the attribute value.
Does anyone know which table is allocated custom attributes type "Duration"?
Thanks for your help in advance.

Accepted answer


permanent link
Rafik Jaouani (5.0k16) | answered May 08 '14, 9:12 a.m.
JAZZ DEVELOPER
Hi Ricardo,
Try the following table: WORKITEMS_SNAPSHOT.LIVE_WORKITEM_CNT
INTEGER_KEY
INTEGER_VAL
or
LONG_KEY
LONG_VAL
or
BIG_DECIMAL_KEY
BIG_DECIMAL_VAL
Ricardo Topete selected this answer as the correct answer

One other answer



permanent link
Ricardo Topete (1313) | answered May 08 '14, 1:48 p.m.
Hi Rafiki,

You are right, Table is WORKITEMS_SNAPSHOT.LIVE_WORKITEM_CNT

Fields: LONG_KEY
            LONG_VAL

Thanks for your help!

Your answer


Register or to post your answer.