Looking for an Appsheet function

Hey Guys, 

Trying to build my first app but I've got a problem that I am trying to solve for hours. 

I have got the current exchange rate of the USD for Thai Bhat (which is 0.002234) and when I am trying to use this exchange rate in calculations, the number() function rounds it up to 0 resulting the formulas arnt giving the right answer. Is there any way I can extract and use number below Zero for calculation? what format would support it? 

Merci!!!!

Solved Solved
0 2 55
1 ACCEPTED SOLUTION

You could try DECIMAL() to see if that works.

View solution in original post

2 REPLIES 2

You could try DECIMAL() to see if that works.

Thank you Markus. It worked. I had to convert both parameters into Decimal before multiplying. Cheers 

Top Labels in this Space