ensure_my_table(); $field = $this->get_field(); $this->query->add_having(0, $field, $this->argument); } function ui_name($short = FALSE) { return $this->get_field(parent::ui_name($short)); } function get_sort_name() { return t('Numerical', array(), array('context' => 'Sort order')); } }