Precision formatting

I have a currency field. In my table the precision is 1€ but in my app it is still 1.00€. How can I display only 1€ ?

Hi Tay,

At the moment, we do not carry over the precision formatting from Airtable. However, a workaround is to use a formula field type. In the example below, I’ve created a new field (‘calculation’) and am using the ‘value’ field which contains my currency.

About the Round Function

ROUND(value, precision) will round the value to the number of decimal places given by “precision.”