I have built a UnDP to get the HW sensor values from my Fortinet Firewalls (OID 1.3.6.1.4.1.12356.101.4.3.2) and I display those values in a table on my Node Details. I would like to add a column on my table that shows the average Sensor Value over multiple polls. IE: If we poll the CPU0 DIMM1 Temp multiple times and we get a value of 29 on the first polls and then 32 on a second poll and 30 on the second poll, I would like to be able to show the average of those polls in an additional column on my table.
Is there a formula in the Transform function of the UnDP that would allow me to get the average of multiple polls of a single poller over time?