Currency does not count cents

Hello everyone!

I'm trying to use the money formatting, but I noticed that it doesn't count the cents. Is there anything I can do to change this?

For example, I want it to enter the amount R$256.34, but it's entering the amount R$25,634.00.

Hi Marcos,

Welcome to the community :wave:

I gave the following snippet a try and it works for me.

{note}{formtext: name=Contract Value;default=256.34}{endnote}

{=`Contract Value`; format=$,.2f}

Please take a look and let me know if it works for you.

Thanks for the help.
It worked and now he's counting the pennies.

1 Like