/**
  * Return the sum of the values of the given field in this DataList
  *
  * @param string $fieldName
  * @return mixed
  */
 public function sum($fieldName)
 {
     return $this->dataQuery->sum($fieldName);
 }