Number formatting - trailing zeros

Is there a way to for trailing zeros to be displayed in a label? I’m using the round function to produce a value with 3 decimal places. I’d like , for example, 26.3 to display as 26.300.

TIA

Sure, just use the numberFormat expression (if you’re using a standard label) or set the numberFormat property on the numeric label.

The number format you want is “#,##0.000”

Read more about number formats here inductiveautomation.com/prod … mberformat

Hope this helps,