Convert TEXT to NUMBER

Hello BaseUsers!
I want a help about my Baserow self-hosted:

I need convert text to number data, BUT the conversion does not be efficiently.

Comma not be converted to decimal numbers, follow the imagem below

Hekki @eldertheodoro, try this:

tonumber(replace(field('VALOR_VENDA'), ',', '.'))

Thanks Olga for your help!

1 Like