I wanted to know what you would recommend for analyzing data in this scenario:
We have a web application that requires users to register etc in order to use it. For our further decisions on what to do next and also for potential investors analyzing our users is important. Metrics like
But this is rather bad at the moment, because our development team is currently the limiting factor and would like to have the business guys do the analysis themselves because it can get fairly complex which in turn would require quite some programming effort.
I have found certain Business Intelligence software like Pentaho and JasperReports but they seem extremely complicated to setup and use and feels like total overkill. We have also thought about using MS Access since they also have nice reporting features.
So my questions are:
Thank you very much for your help,
Lukas
Business Intelligence Data Analysis
The newer version of Excel should be able to handle your data set and probably has more capability than you will ever use. Since the business people are not editing and storing relational data.
Your programmers could be involved in getting the data out of your system in a form that a business person can work with. They don't have to worry about providing every filer, search, group and sort scenario. Business people should be able to create complex formulas.
I think they will prefer this over Access. Access can make it easier to generate reports in an attractive format as the data set changes (Excel needs additional coding to make sure those formulas get applied to the new rows.). You may migrate an Excel report to Access once you solidify the format and want to run it every month/quarter with a click of a button. Excel is better if the report always needs to be adjusted every time you run it.
If you're in PC land, Excel is a great tool that lets you work fast and range over data and relationships, whether in the spreadsheet or with database connections. If the latter doesn't work for you, putting an intermediate database up to sit between the live system and your desktop is good. In Mac world, I like Numbers well enough, but it doesn't have anything like the depth in this area.
If you are looking for deep patterns buried away in the data, then really you're in the realm traditionally dominated by SAS and SPSS, but the R language is truly awesome with lots of open source libraries.
However, the kind of use cases you describe are pretty straightforward, so I'd start with a spreadsheet, and either stay there or use it to prototype reports and charts in your tool of choice.