Hi CoSpringsGuy
Your approach will or course work, as will setting the Convert NULL Values to Default under Options.
I don't think one way is necessarilly better than the other - I just stick with the 'manual' approach for consistency as it gives me less places to check when stuff isn't working as expected.
If I have lots of nulls to deal with in complex formulas, I often use SQL Expressions to convert the nulls to specific values (using Coalesce in SQL Server, or NVL in Oracle) at the database server level so as to avoid the complications that arise because of the need to to deal with nulls first.
As you know, most of the time there is at least a couple of ways to do things in Crystal. Often there are good reasons but not always.
It would be interesting to see hear the opinions of others.
Cheers
Pete