Try to use the following formula in the text box where you want your sum to appear. I just tried it and it works:
=Sum(CDbl(Iif(IsNumeric(Fields!INV_AMT.Value), Fields!INV_AMT.Value,0)))
Note: INV_AMT should be your table's column name for which you want the sum to appear.