Hi
I have a UnDP that collects data for more than a year. In this case the data is a table of two values.
For a new graph I need the data of the table summarized. So I defined a transform UnDP (columnsum( {OutputPower})).
This works like expected, but only transforms new polled data.
Is there a way to run the transformation on exsiting data (so that I have the sum for all values collected in the past)?
Thomas