peeyush-tm / django-cube

Automatically exported from code.google.com/p/django-cube
GNU General Public License v3.0
1 stars 0 forks source link

implement a way of specifying the cube's sample space #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For now the cube sample space is taken from the queryset. But that's not always 
optimal. For example if you want to calculate measures on dates, but you don't 
necessarily have a record for all the dates, there might be missing measures.

Original issue reported on code.google.com by seb...@gmail.com on 8 Jun 2010 at 11:21

GoogleCodeExporter commented 9 years ago
A simple dict {*dimension*: *sample_space*}

Original comment by seb...@gmail.com on 8 Jun 2010 at 12:36