BIRT Report: object not defined
![]()
I am having RTC4.0.6 and following Help's BIRT install to install plugin.
I need to do something like: Status Severity1 sev2 sev3 sev4 open 1 0 3 1 in progress 0 2 1 0 closed 1 1 2 3 When using Cross Tab, I notice that I can only have one joint to show the names of status or severity, hence one will show as literal id instead of name. Following the discussion in this post: https://jazz.net/forum/questions/23371/birt-reports-multiple-quotjoinsquot http://jazz.net/library/video/288 http://jazz.net/library/video/289 I tried to do step by step as per the videos but when I have one dataset as enumeration to show severity(customized enumeration) and another data set project area(exactly same as in the video). When setting projectArea; to severity's parameter project area itemid's default value, it always complains projectArea is not defined hence failed to save. If I simply set severity project area itemid parameter's default value as '{Current Project Name}', then continue by setting Object(), and mapping enumeration's Literal ID to Liternal Name(exactly following video 289, in the stage of create a computed Column, adding sev[row["STRING_VAL"]], if I run preview, it will complain sev is not defined(sev is the same as themes created in the video). I am not sure what I am doing wrong. Does anyone know what could be the cause that the scripts do not work properly in my case? Thank you very much. |
4 answers
![]()
Don, can you please attach the BIRT report design to illustrate the problem. I am having a hard time understanding the issue.
|