Are there any future plans to add a function that would allow for me to manipulate the results from a UnDP? I have a radio that stores transmit success rate information at an OID, but the values come back as 4 digits. The web interface for this radio does a quick calculation on this value before it displays it as a percentage with two decimal places. I would love to be able to do this for the results that Orion stores historically. An example is below.
Returned value for UnDP = 6235
Desired displayed value = 62.35
If there was a function that would allow me to multiply the returned value by .01, I would have my desired value.
If this is not currently an option, I would like to suggest it as a feature request.
Thanks.