array( 'base' => array( 'field' => 'name', 'title' => t('Chess'), 'help' => t("Chess game datas"), 'weight' => -10, ), 'group' => 'Chess', 'title' => 'skills', 'join' => array( 'node' => array( 'left_field' => 'nid', 'field' => 'nid', ), ), ), 'skills' => array( 'title' => t('Skills'), 'help' => t('Applicant Skills.'), // The help that appears on the UI, // Information for displaying the nid 'field' => array( 'handler' => 'views_handler_field_node', 'click sortable' => TRUE, ), ), ); return $data; }