hi Aron,
if you create a new formula referencing the field, and then add a 'null' check to the formula, then this will work.
e.g.
if isnull({your_table.your_field}) then 0
else {your_table.your_field}
now add this new formula to your report canvas and insert the summary based on the new formula.
-jamie