quantrocket / planlogiq

Automatically exported from code.google.com/p/planlogiq
0 stars 0 forks source link

TopDown Report build on dimension information #2

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If a report is signed as "input" and the user stands on a aggregation
level, the report should be able to get a dimension aggregation

this means, the criteria for ORDER should be changed from idtm_struktur to
idtm_stammdaten, after that, I need to write the logic to split entered
values to the idtm_struktur, in the current subset of hierarchy...

STRUKTUR WHERE idtm_stammdaten = STAMMDATEN_ID AND struktur_lft BETWEEN XX
AND YY

COUNT(ELEMENTS)
WEIGHT ELEMENTS

SPLIT NEW VALUE INTO ELMENTS
SAVE

Original issue reported on code.google.com by Philipp.Frenzel@googlemail.com on 20 Nov 2009 at 10:36

GoogleCodeExporter commented 8 years ago
It works;)

Original comment by Philipp.Frenzel@googlemail.com on 14 Nov 2010 at 12:16