Hi Ashvin,
Thanks.....I have tried with same logic, but it dint work. Still I am able to print 0,00 instead of space.
Below is my logic. Please correct me if I am wrong.
I have written the below logic on the partcialr field. Written in Intialise event and also changed the field type to text field.
if ( this.rawValue == "0");
{
this.rawValue = " ";
}