hello, i have node type 'competition' and second node type 'form'

each user can create one form in each competition and vote for any form in any competition

i want to sort competitions via views by total number of votes for all forms in one competition

now i can sort in views (via relations) only by number of votes for competition, but i need to display competitions with votes for forms.
any ideas how i can do it ?

Comments

nancydru’s picture

Status: Active » Postponed (maintainer needs more info)

I'm not sure I understand this request, and I am certainly no Views guru. It sounds like you'll need some custom code to do this kind of query.

skribbz14’s picture

Version: 6.x-2.6 » 7.x-1.x-dev

Has anyone else ever tried sorting a view's results by the results vote count?

I would like to have a content type that users may click +1, if they like it, and then have my view display the results with the most +'s first.

skribbz14’s picture

Status: Postponed (maintainer needs more info) » Active