How get field value in BIRT if field name contains dots
Hello!
I work with BIRT v2.6 to build reports for IBM Rational Quality Manager. I have a data model where some field name is "targetTestPlan.itemId". But I can not get the value of this field in OnFetch event in the typical way (returned null): TPitem_db = row["targetTestPlan.itemId"]; It must be mentioned that other fields with simple names are processed without a problem. Could somebody help me with this case? Is any way get the value of a field whose name includes point? Thank you very much in advance for any help and comments! |
One answer
I'm sorry!
The problem was in another string. I was concentrated for the mentioned above one but lost all nearby! Rezume - field names like "targetTestPlan.itemId" can be correctly returned by row operator. May be, it will be usefull for others! |
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.