In creating a Crystal report, I created formula fields called Total1
and Total2. Total1 totals line 1 and Total2 totals line 2. This
works fine. I then created TotalOpp which simply adds up Total1 and
Total2. This works fine too as long as both Total1 and Total2 have
data, but if either is Null it sets the result for TotalOpp to Null
instead of the value for the Total field that wasn't Null.
How do I fix this?