COUNTALL Examples
- Last UpdatedAug 23, 2022
- 1 minute read
Example 1
The following expression returns the number of data points reported by a pressure alert on a boiler.
COUNT( Boiler03.PressureAlert )
Example 2
The following expression returns the number of points reported by a pressure alert on a boiler over a one hour interval.
COUNT( Boiler03.PressureAlert, hour )