Hi @kath
Sorry to say, but it is clearly broken in my config. While I can reproduce your example fine, in my real data this is not working as expected.
At the beginning of the data series I have a high value, this one I want to retrieve. But there is no way to ‘catch’ this value. So as example the data series is 3 days old, but even if I specify 7 days interval for MAX value it is not catched, but some smaller, newer values are taken. Indeed it is ‘catched’ once, but immediately overwritten by a smaller number- Makes no sense to me. I tried it several times with different data series.
Feel free to check my account to shed light into it.
Thank you
Sam
Unfortunately, there is really a bug in that function if you are setting a longer period. It is impossible to get a max value over a period of lets say 7 days.
So creating this rolling window, max over 7 days gives following result, you can clearly see this makes no sense, it should stay on 51!