function groupBy()
 {
     parent::groupBy();
     // not sure why this would be in this function - copy & paste
     $this->assign('chartSupported', TRUE);
 }