Limit decimals when scaling

Hi.
I’m trying to scale a value for setting high level alarm , but i get alot of decimals when trying to enter a value (Numeric entry field). Is there a way to round the value to only 2 decimal places?

Raw low: 0
Raw high: 65535
Scaled low: 0
Scaled high: 400

image

I believe it’s going to follow whatever the value is. Maybe try a format transform on the value?

If i add a transform the binding can’t be bidirectional.