Posted by podarok on October 18, 2009 at 11:08pm
| Project: | Voting API |
| Version: | 6.x-2.3 |
| Component: | Views Integration |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | Average, FeedAPI, multiple votes, views, views relationships, votingapi |
Issue Summary
Hi all!
I need some help with pointing me to right way...
FeedAPI aggregator + vote_up_down for every feed item.
Votes stored in votingapi_vote table for every node(feed item)
need creating block with top feeds (aggregate all of the votes from all of the feed items and calculate average for every feed(node feed item))
In views creating relations with "Node: Vote results" give me possibility to create list of feed items but I need also relationship with feed itself and average calculation function...
Does anyone can suggest to me a way for calculating average result from items votes for every Feed?