I have the VotingAPI, Fivestar, and Views running in a Drupal 6 environment.
A small group of people (8-10) have voted on a set of content items (applications to attend a conference workshop). It is properly showing the average votes for each application, as well as my vote, in a single views table cell.

I would like to create a views page that lists how everyone voted, individually by voter name, on each application. This is so I can create a spreadsheet with the content name running down the left, voter's name running across the top, and how everyone voted in the fields between.

Any ideas? Or is there a better place to post this question?

Thanks in advance for your help!

Comments

shaneburger’s picture

...another year later - and I am trying to do this again.

I can get an individual users vote to show up (current user), but not a tally of all voters names and their corresponding vote.
Any ideas?

tannerg’s picture

I can get the votes to show up, but I can not get them to group.

I'd like to show the node title followed by all the individual votes. I can only get the node title followed by one vote then the node title again and another vote. Is there a way to group the votes together under each view item?