Floats not been formatted corrctly

I have a SQLTag with the raw value of 2537, data type Float4.
It has a scaling of: Raw high = 100 Scaled High = 1, clamp mode = none
Format string is ##.# KV

looking at the tags Browser, it shows a value of 25.4

when I display in on a screen using it’s value and format string it shows as 25.
eg:numberFomat(path_to_tag.value, path_to_tag.format)

What happened to the decimal point?

What component and what property are you using for display. It could be possible you are binding that expression to an integer property.

I’m using a label

Can you post an example of the problem? For example, you can export a window.

Don’t remember this one. Must have been my problem that I solved.