I have a decimal field in Xano that I’m using in a text formula. If the value in Xano does not have a hundredths value, the text formula is not showing those trailing zeros, even when using a rounding function to 2 decimal places. Is this a bug?
FWIW, if I try to trick it by adding 0.001 to the Xano value (eg. round(20.5+0.001)), it still won’t show the last zero. But if I add 0.005, it will show 20.51.
I’m trying to get a Xano value of 20.5 to display as 20.50 in WeWeb inside of a text field that provides context to what the currency value is related to. Thought using the rounding function with 2 decimal places would do the trick, but it does not.