I am adding crating a calculated filed, @profit, which is equal to field1 + field2 - field3. Now the issue is at some places field1 or field 2 or field3 may be null. ( It can be all fields will be null, or just one of the field is null). In such cases the calculated field is blank. If a field is null, I would like to assign it as 0.
Please help...
Please help...