Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Formula Error

Status
Not open for further replies.

victora

Programmer
Feb 11, 2002
118
US
I'm on CR10, SQL2000.
I'm trying to add 12 fields with data type 'float' (thought to be numeric...) from a table imported from an Access DB. For some reason, there are NULL values which mess up my calculation.

How can I convert NULL to zero without creating a formula for each 12-month bucket.

Thanks
 
Under file, options, check the 'convertnull field value to default' checkbox.

If this does not work, use formulas as the following:

If Isnull({YourField}) then 0

Software Sales, Training, Implementation and Support for Exact Macola, eSynergy, and Crystal Reports
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top