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
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!