I have a relatively bizarre feature/support request.

Basically two content types, one references the other. I have allowed users to "vote" using vote up down module on the content of the referencing node.

I would like to sum the number of votes for all of the referencing nodes and display that as a field in a table view.

How? Is it even possible?

Comments

gilgabar’s picture

Status: Active » Closed (won't fix)

This sounds like something that may be possible with the Computed Field module. It may also be possible using aggregate fields available in Views 3. It's certainly possible if you write some custom code. It's definitely beyond the scope of what this module does. I'm afraid I can't be of more help than that.

eL’s picture

Stomper - did you solve this? I need exactly same thing for views gallery. This is not related to nodereference count, but may be, it could be done directly in views...?

here is some stuff: http://drupal.stackexchange.com/questions/5463/how-to-correctly-configur...

Stomper’s picture

Nope, no real solution yet. Still waiting.