Largest
Syntax
Largest number
Parameters
- number: An integer specifying how many of the largest (highest) values to include in the sum.
Description
Used with the Sum command to add only the largest n values from a series of specified fields, typically for point-based scoring.
Remarks
If scoring by place where lower values are better, use the SMALLEST command instead.
Examples
To sum the two highest point totals from three events:
Field POINTS1
Sum
Field POINTS2
Sum
Field POINTS3
Sum
Field TOTAL
LARGEST 2