Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
How to get which points are higher or lower than a specific point value in a period of time?
-
Dear Sir/Madam,
We would like to get which points are higher or lower than a specific point value in a period of time. For example, we have a number of temperature points in Mango installation, we would like to get which point has a value higher than 26 in a month.
We are using NoSQL for point values. How do we have this information?
Thanks in advance,
-
Use maStats (the statistics directive) and get the max value over your monthly time period.
Fox