Hello,
We have created a small python module that acts a bit like a BI
application.
With this module you can from a starting table containing the
consolidated data from your application you can create some kind of a
drill-down hierarchy of tables.
For example let's say you have a table that look like this:
YEAR MONTH CATEGORY AMOUNT
2012 2 A 100
2012 3 B 200
2012 4 AA 300
2013 3 B 200
2013 4 B 400
2013 5 AA 100
This module will be able to generate a table considating those data by
year, year/month, year/month/category. With the additional feature
that the categories can refer to tree structure (and this information
will also be taken into account).
You can find the review here:
http://codereview.appspot.com/9943044/
--
Nicolas Évrard
B2CK SPRL
rue de Rotterdam, 4
4000 Liège
Belgium
Tel: +32 472 54 46 59
E-mail/Jabber: nicolas...@b2ck.com
Website: http://www.b2ck.com/