How can I manage it to get an average of a multiaxis voting per node?

I have tried the views custom field module to calculate the data but it does not get data...
Here is the output of print var_export($data, TRUE);
(this shows all accessible data)

stdClass::__set_state(array( 'nid' => '41', 'node_type' => 'page', 'node_language' => 'de', 'node_title' => 'Testseite 3', 'votingapi_cache_users_percent_testvote_average_value' => NULL, 'votingapi_cache_users_percent_testvote2_sum_value' => NULL, 'votingapi_vote_users_percent_testvote_curuser_value' => NULL, 'votingapi_vote_users_percent_testvote2_curuser_value' => NULL, ))

(testvote and testvote2 are the rate widgets)

I have no idea how to continue...

Comments

blecheimer’s picture

Status: Active » Fixed

got it ! with the help of Rules and Voting Rules modules

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

edit