Hello everyone,
I saw that the count statistic as difference is not applicable in case the counter I'm polling is decreasing, unfortunately that is exactly what I would need.
I need to poll the backup rate of some elements, and the only way I can do it is polling the number of those elements.. but when backupped they are not counted again, so I have a number that, when backup actually works, will get lower for every poll.
Is there a way I can achieve what I want?
Result transformation doesn't help here because it is applied before the difference operation.. so even if I do a "module" of the result by elevating it to 2 and then square rooting it, I still don't get any result.
If, in the transformation, I could somehow access to the statistic( t -1 ) value I could do everything there and not use the 'count statistic as difference' flag at all.
Thank you