Help

Re: Why am I getting a -0 result for this formula?

357 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Burner
7 - App Architect
7 - App Architect

Hi,

I created an “adjuster value” column to tweak the amount of stock to bring it to what I need it to be as different types of consumption columns are subtracting from it. For this particular record, when I tried to use a negative number in the ‘adjuster column’ to bring the available qty to zero, I get a negative zero?!?

Either this is a bug in Airtable or there’s something wrong with my formula.

Airtable Negative zero

My formula is simply

Produced - A - B - Adjuster Value = Available

Any help is much appreciated.

Thanks.

2 Replies 2

Hello @Burner!

I just double checked your setup using all numbers fields and the formula returns as expected:

Demo+Base_+Table+23+2021-05-25+at+9.06.28+AM

So I’m not sure why exactly this is happening, but it might be worth it to double check that the type returned for both your lookup and rollup fields are formatted as an integer:
Demo+Base_+Pay+Rates+2021-05-25+at+9.00.34+AM

If that doesn’t work I’d recommend contacting customer support here, because this might be a bug. Sorry for the frustration here and let me know if I can help with anything else!

@Burner - my guess here is that one of your numbers has some fractional part to it that isn’t displayed in the UI, so they all look like integers but one of them isn’t, giving rise to a negative number, e.g.:

-0.0034564

which is then displayed as:

-0

It could be a correct calculation of your underlying data or it could be a bug somewhere