Y> annual/yearly relational sum of all values greater than ('>') on last day of the year.
Counts the number of times a true condition occurs (Cx greater than A) during the year (Jan 1st - Dec 31st) and records that value on Dec 31st. The variable must be Conditional (use 'C' instead of 'V')
SYNTAX:
CX Y> A
Where:
CX is a conditional variable reference
n defines the week
A is a numeric constant to compare value against
EXAMPLES:
C22 Y> 10 = 8, calculates the number of times Variable 22 is greater than 10 for the year and stores the value on the last day of the year.
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.