| Null in string concatenation [message #368388] |
Wed, 27 May 2009 09:53  |
Eclipse User |
|
|
|
Hi All,
I am using BIRT 2.2.1 for developing rptdesings, in my report i am
concatenating address1 and address2. While running report i am getting
"null null" at the address field. When i checked at back end there is no
data. Then it should be empty field. But i am getting null null.
Could you please suggest me how to eliminate it.
Thanks,
Red.
|
|
|
| Re: Null in string concatenation [message #368404 is a reply to message #368388] |
Wed, 27 May 2009 14:22  |
Eclipse User |
|
|
|
Originally posted by: jasonweathersby.windstream.net
Red,
I believe this has been fixed in later versions of BIRT, but you can
always modify the expression to check for null. eg
if( dataSetRow["test"] == null ){
"this is null";
}else{
dataSetRow["test"];
}
Jason
JP wrote:
> Hi All,
>
> I am using BIRT 2.2.1 for developing rptdesings, in my report i am
> concatenating address1 and address2. While running report i am getting
> "null null" at the address field. When i checked at back end there is no
> data. Then it should be empty field. But i am getting null null.
> Could you please suggest me how to eliminate it.
>
> Thanks,
> Red.
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.03326 seconds