Lines Matching refs:field
40 /** returns the average of a field.
44 /** returns the average of a field.
52 /** counts the number of values, from the field.
60 /** returns the number of none repeating values, from the field.
64 /** returns the largest value from the field.
72 /** returns the smallest value from the field.
76 /** returns the most frequently returning value from the field.
80 /** returns the Nth largest value from the field.
84 /** returns the Nth most commonly occurring value from the field.
88 /** returns the Nth smallest value from the field.
96 /** returns the value for a specified percentile in a Number or Currency field.
100 …/** returns how much each value in the field deviate from the mean or average value for that field.
108 /** returns the sample standard deviation for the field.
112 /** returns the sample variance for the field.
116 /** returns the total of all the values for the field.
120 /** returns the weighted average for the field.