How to display value of enumeration of work item in BIRT?
Hello,
I would like to create the report displaying workitem with custom value which is enumeration type. I found on https://jazz.net/wiki/bin/view/Main/DataWarehouseSnapshotSchemas20 following two tables:
Enumerations and Live_Workitem_Cnt. However I completely have no idea how to connect them. Is there any third table I should use? Which columns I should join?
Thanks in advance for all replies :)
I would like to create the report displaying workitem with custom value which is enumeration type. I found on https://jazz.net/wiki/bin/view/Main/DataWarehouseSnapshotSchemas20 following two tables:
Enumerations and Live_Workitem_Cnt. However I completely have no idea how to connect them. Is there any third table I should use? Which columns I should join?
Thanks in advance for all replies :)
Accepted answer
In common there are 2 ways: using hash array and joining tables. Both examples are described here:
Comments
One other answer
Hi,
Not sure I fully understood your problem but anyway -
Can't you use the Live_Workitem_Cnt and use the STRING_KEY and STRING_VAL options ?
For example, I have a custom field named "products_affected" and needed to filter my results according to it.
So in the Live_Workitem_Cnt I added the STRING_KEY parameter and gave it a 'products_affected' value. and in the filters I can use the STRING_VAL to filter my results.
I'm not sure this is exactly what you wanted, but maybe it would help.
Tal.
Comments
1 vote
1 vote
Comments
James Moody
JAZZ DEVELOPER Jan 28 '13, 10:21 a.m.