Posted by cle13 on August 8, 2012 at 9:54am
I'm building an M&E information system using drupal 6 and I have run into a challenge when I got to report generation. I need to generate both Statistical and Analytical reports for the data collected however, all the modules have several challenges. What is the best module to use out there to generate statistical and analytical reports from nodes of a particular content type in Drupal 6?
Comments
Sounds like a job for Views
Sounds like a job for Views
Hans is right. Views can help you with that.
Plus the help of graph and charts module like flot [http://drupal.org/project/flot], you will have even more statistical output.
One thing to note is that there is no single module for that job. Drupal is becoming more modular than never!