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!
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!