Hi

I have a simple (I hope) problem.

I have structure:
- content type: object
- content type: offer (of this object)

and offer is related with "Corresponding Node References", so when I click on Object I see all his offer and when I am in Offer I see which object is his parrent. - That works great;]

but, in offer I have:

- fivestar_rating_1
- fivestar_rating_2
- fivestar_rating_3
...
- fivestar_rating_n

(created in Comment Fields) - this also works great, and the voting target of this fivestar_rating_n is set to "Parent node". So when I see offer, I see all of the fivestar_rating_n voted - that is ok.

but, I want to have on the top, one more Fivestars field in which a have a average value from fivestar_rating_ ( fivestar_rating_1 + ... + fivestar_rating_n)/n.

I tried with views, but I only have all of the body comments(title and body) without voting values.

How can I do this?