Hi
I tried to make a column in crystal report which returns null values to return 0, please how do I go about this?

and I tried this code but keeps giving exception

IF ISNULL{F_TASKS.TA_PO_COST}
then 0.00

Thanks