I’m new to formula columns and could use some help.
I have a formula column that sums up several text columns containing numbers. It works perfectly for whole integers, but the formula breaks whenever a column contains a decimal value.
"* TheTextandValuefunctions only work with whole numbers, where no decimal separator is involved. The decimal separator varies across locales. Since formula columns are evaluated without locale knowledge, there's no way to properly interpret or generate the decimal separator."
What if you just use Decimal() instead of Value()? You might have to use the language tag like Decimal( "123.456", "es-ES" )
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.