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
Comment #1
nancydruI'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.
Comment #2
skribbz14 commentedHas 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.
Comment #3
skribbz14 commented