SNMP - Format value

Hi

I have a oid that returns a value a signal.

The value is formates like this -604
This should show -60,4.

How do i do this?

I just have this in appearance of the device.
Receive Power: [oid(“1.3.6.1.4.1.17713.1.12.1.0”)]

Does this work?

oid(“1.3.6.1.4.1.17713.1.12.1.0”)/10

That worked fine.

Thx