M> monthly relational sum of all values greater than ('>') on last day of month.
Counts the number of times a true condition occurs (Cx greater than A) during the month and records that value on the last day of the month. The variable must be Conditional (use 'C' instead of 'V')
SYNTAX:
CX M> A
Where:
CX is a conditional variable reference
A is a numeric constant to compare value against
EXAMPLES:
C22 M> 10 = 8, calculates the number of times Variable 22 is greater than 10 for the current month and stores the value on the last day of the month.
NOTES:
This function does not support Expressions. For example (C22 + C21) M> 10 does NOT work and C22 M> (C5+2) does not work.
Function will ONLY work with Daily type variables. Daily Detail variables (i.e. Hourly, 15 Minute) will NOT work with this function.