I am looking for a way to integrate some Excel like features into Views. Some examples would be sum, average...etc.

Anybody know of a way to do that? Thank you.

Comments

mcfilms’s picture

You might want to check out:
http://drupal.org/project/sheetnode

And a couple of modules that allow math on fields:
Computed_field and Views_calc

I looked into it. I also looked into putting a Google Docs spreadsheet in an iFrame. Ultimately I settled on pre-calculating the spreadsheet and placing the table in the node. Not an elegant solution, but the only one I could get to work.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

andyboutte’s picture

Thanks. Views Calc was exactly what I was looking for.