COUNTALL examples
- Last UpdatedFeb 07, 2025
- 1 minute read
Example 1
The following expression returns the number of values reported from a check weigher.
COUNTALL( Filler03.Weight )
Example 2
The following expression returns the total number of samples that exceeded a threshold each day.
COUNTALL( R21.Temp > 140.0, 1 day )