
I have this values

Need 23.1 and 39.0
How to?
Thanks.

I have this values

Need 23.1 and 39.0
How to?
Thanks.
Multiply by .1
[(oid(“1.3.6…”)*“.1”)]
Did you try dividing your oid by 10 or looking for a different decimal oid. Example: oid(“xxx.xxx.xxx”)/10
lebowski, thanks a lot!