How to use the customization attribute/field of "Enumeration List" type as the parameter in RTC BIRT report?
![]()
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".
|
One answer
![]()
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. |
Comments
I find this:How to create a BIRT report with Enumeration list, but the content is not detailed.