by AlexZencovich » Thu May 10, 2007 5:27 am
Hello Umer,
Probably I misunderstood what you mean, but there not aggregation question, but presentation, I think
Why not use calc measure like
Summa = _Summa[PREV_BY_ROW]
where _Summa - is hidden, base measure
it should shift all measure values for one row down (but first row may move to zero)
Also, if you would like shift only weeks and months but not years you may use event like OnGetCellValue , take value for previous row (in some cases) and put it to current row
Alex
Best regards,
Alex Zencovich
-------------------------------------------------------------------------------------------------------------------------------------------
www.pivotcube.com - OLAP solution for Delphi, C++ Builder and ActiveX environment