Well mathematically speaking 9.999 is not the same as 9.9K
If you round it, it would be rounded up..
you could use the floor() expression for this, ofcourse..
For example your variable is 9999
set text to
floor(variable/100)/10
would set the text to 9.9