Basically I have this numeber that when adding 0.001 one will go into a thousand decimals.
I don't want to round the number itself, rather, how do I make some text I set out only show to the 0.# decimal instead of 0.########### ?
I did set text (floor(boatStatus)) which works only it will only show whole numbers, I want the first decimal to be shown too, How would I achieve this?