Answer the question
In order to leave comments, you need to log in
How to sum all values of one data element?
Good afternoon! There is a data element, I want to summarize all the values \u200b\u200breceived from it per day. I think that this can be done through a calculated data element and through the sum function. But the syntax is not entirely clear
Answer the question
In order to leave comments, you need to log in
sum (sec|#number,<time_shift>)
Supported value types: float, int
\\The function starts to evaluate when the first value is received.
In a calculated item, it is written as follows:
sum(" ItemKey ",1d) - sum of values for the last 24 hours
sum(" ItemKey ",1h,1d) - sum of values for the last 1 hour 24 hours earlier
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question