Hi all! Hope you're all having a lovely day. I need a hand to do the following:

Aggregate Fivestar ratings related to a taxonomy term that's created or referenced during node creation.

My relevant add/node/x fields are as follows:

Business Name (Autocomplete Term Reference)
Fivestar Rating

What I'd like to see is an average of the Fivestar ratings that are in the same node as a particular 'Business Name'.

Example: User A posts a review-type node on 'Joes Pizza Shop' (During which User A creates the taxonomy term 'Joes Pizza Shop' via autocomplete term reference, and submits a rating of 5 stars)

&

User B posts a review-type node on 'Joes Pizza Shop' (Now an existing taxonomy term, and submits a rating of 1 star)

=

Joes Pizza Shop (Average Rating 3 Stars, Based on 2 Ratings)

Can I do this using views alone? Or am I missing something more important?

Thanks for reading!

--------------------
I found somewhat similar issues, but no real resolution here:

https://drupal.org/node/369732

http://drupal.stackexchange.com/questions/5463/how-to-correctly-configur...

Comments

tepelena’s picture

Did you decide which way to go?

I am looking to setup something similar to this.

If you share your knowledge that would be great.