siod
(John Doe)
1
Hi,
I created an item and want its state to be displayed as a decimal, but it’s showing up as an integer instead:

How can I achieve that 3.51 is shown?
jimtng
(jimtng)
4
you need to enter the pattern exactly, i.e. %.2f %unit%
. Do not replace the word unit
with m3.
1 Like