I have the custom UnDP configuration for some APC devices and they are polling the Amps load (returned in 10ths of Amps). I'm trying to run a transform on them so I can have a gauge actually read in a regular place value (5.3, 12, 14.1, etc) but I can't seem to get it to do division correctly.
When I use {rPDULoadStatusLoad.1}/10 as the Formula, all I get is 0.1 as the test result. When I use one of the built in formulas to convert the Poller to something else, I get the various numbers as they should be (for example, doing FtoC for temp units just to make sure I'm getting a valid input).
What am I doing wrong with the formula?