Hello again Folks, does anyone know what is the expression with which the integer part of a number can be obtained in appsheet?
In the same way, how to get the decimal part
I thank you in advance.
Solved! Go to Solution.
Take a look at the following article in the help documentation. Once you have the integer part you can subtract it from the original number to get the decimal part.
FLOOR() | |
Nearest lower integer |
FLOOR([Nรบmero])
[Nรบmero]-FLOOR([Nรบmero])
Gracias Oscar! Saudos!
Take a look at the following article in the help documentation. Once you have the integer part you can subtract it from the original number to get the decimal part.
FLOOR() | |
Nearest lower integer |
Gracias @graham_howe
User | Count |
---|---|
16 | |
10 | |
10 | |
8 | |
3 |