It's all about the answers!

Ask a question

How to use the customization attribute/field of "Enumeration List" type as the parameter in RTC BIRT report?


Albert Yao (5411322) | asked Apr 08 '15, 9:55 a.m.
My RTC is 5.0.0 and BIRT is 2.6.2.
My process has a customization attribute/filed and it's type is "Enumeration List", not "Enumeration".
How to use this attribute/filed as the parameter in BIRT data set?
BTW, when the type of customization attribute/field is "Enumeration", I can use it as parameter directly with "STRING_KEY" and "STRING_VALUE".

Comments
Albert Yao commented Apr 09 '15, 12:11 a.m.

I find this:How to create a BIRT report with Enumeration list, but the content is not detailed.

One answer



permanent link
Rafik Jaouani (5.0k16) | answered Apr 30 '15, 2:30 p.m.
JAZZ DEVELOPER
Hi Albert, try using an advanced data set type and in the filter section, use something like:
STRING_VALUE LIKE '%|enum1|%'

or if you want to pass a data set parameter:

STRING_VALUE LIKE param1

where param1 is a data set parameter.

Your answer


Register or 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.