Koti,
Two other ways around the problem :
In Report Writer you can select the cell or column, select Format Cell, select Number and enter 0 in the Undefined box.
In Designer you can set up an object
and use the Nvl function i.e. Nvl(Field,0) to show zero instead of a null - This may only work with an Oracle database though.
Regards