By tomatenAdmin on
No, I'm not talking about the Statistics module that is part of core (which makes it also so hard to search the web for this issue). I am trying to find a module that allows me to display all sorts of statistics of my nodes. Let's say I have a content type "fruit", I want to see that the majority of those fruit are apples and in more detail, that 60% are green, 30% are red and 10% are yellow. Or that the average pear weights 5 ounces. That kind of stuff – spoken rather generally.
I've tried with aggregation, but didn't really get far. Is it Rules that I'm looking for?
Comments
Graphs...
As a starter I'd look at one of the Graphs modules:
http://drupal.org/project/chart or http://drupal.org/project/charts
You might be able to get the data presentation via Views. If not I think you would probably need to create a custom module to integrate with one of the Graphs API.