By twohills on
This ought to be a simple question but i can't find the answer and i consider myself a moderate level Drupal user:
I have a View which reports a set of nodes passed to it by Organic Groups - i.e. it is a view for the group.
I want the view (e.g. in the footer) to report the overall total for a numeric field which is a CCK Integer on each node in the View. I can't find a way to do thios for any kind of view, OG or otherwise
I thought Views_Calc.module would do it. Nope, just the total for the current page. As I may have thousands to add up I don't want an un-paged view.
Ideas?