Skip to main content
Solved

Bug with the concatenation of percent

  • July 27, 2023
  • 2 replies
  • 41 views

Forum|alt.badge.img+4

Hi all !

I've a concatenation formula wich works fine with all number but the 7%...

That's crazy.... When I put 7% somewhere my formula return 7.0000000000001%... 

My fields are all in percent (precision 1%) but the concatenation field is in text format.

There's nothing in my formula about the number 7 or else that could launch this error...

Any idea ? >Thanks !

Best answer by TheTimeSavingCo

Might want to try using "ROUND()" to solve this

2 replies

TheTimeSavingCo
Forum|alt.badge.img+31

Might want to try using "ROUND()" to solve this


Forum|alt.badge.img+21
  • Inspiring
  • July 27, 2023

Hi @Nocode34130 ,

Numeric fields store more precise values apart from the format.
When calculating numeric values or treating them as strings, the number of significant digits must be specified.

The following functions may be used

FLOOR() ROUND() ROUNDUP() ROUNDDOWN()

Formula Field Reference - Overview | Airtable Support