Join Slack
Powered by
In a saved search formula, is there a way to force...
# general
l
Luis
08/20/2024, 11:17 AM
In a saved search formula, is there a way to force at least one number after the decimal point? For example, 5 should be 5.0 while 10.25 remains 10.25
f
Fakhri Hilmi
08/20/2024, 10:57 PM
Yes, but you need to decide how many decimal points that you want, if you decide two decimals, then "5" will be "5.00" ROUND({decimalVariable}, 2)
l
Luis
08/21/2024, 4:31 PM
I don't actually mean to round them off. I just need all the numbers to have at least one decimal place. 1.0 but not 1 1.11 is ok 1.256 is ok, etc
33
Views
Open in Slack
Previous
Next