Hi, I need to have a query that stores the max value from one measurement into another measurement. The new max value should overwrite the old value if it’s bigger. Have not been able to find out how this can be done in a query.
I need the max query continuously so it could update the max value as soon as there is a new value bigger than the old one. But I could modify the query you propose to look for the last hour and having it run as a continuous query. That could work. Thanks for the tip