The Airtable Community will undergo scheduled maintenance on September 17 from 10:00 PM PST to 11:15 PM PST. During this period, you may experience temporary disruptions. We apologize for any inconvenience and appreciate your understanding.
This seems silly to me, but it appears that any percentage type field used in a calculated field is treated as a number instead of a percentage.
For example:
A percentage field set at 20%
A currency Field set at $500
multiplied together = $10,000
Change the 20% to 0.20% and then it equals $100.
Maybe this is intentional, but I cant’ figure out why.
The best workaround for this right now is to include a constant in the formula (i.e., multiply the result by .01). We recognize that this is suboptimal behavior and we do plan on addressing it in the future.