Thanks Voorshwa for the solution.
But what I want to do is this:
1. The report display the Period dimension hierarchy on the left, the
Aging dimension on the top and the A/R cummulative (based on the period
dimension) on the data columns. Like the illustration below:
Quote:
1 - 15 | 16 - 30 |31 - 60 | > 90
--------------------------------------------------
|
2005 | 100 | 50 | 10 | 20
2006 | 110 | 60 | 20 | 10
2. If the user drilldown the Period dimension then the report should
change the A/R cummulative and place it on the appropriate aging
dimension:
Quote:
1 - 15 | 16 - 30 |31 - 60 | > 90
-----------------------------------------------------------------
|
2005 | | | |
Semester 1 | 80 | 20 | 5 | 10
Semester 2 | 20 | 30 | 5 | 10
The point is, the AgingDimID must be calculated/defined on the fly
based on the Period levet that get selected by the user.
My current solution is not different with the one you proposed except
mine duplicate the record from the previous date to the current date
and define where the record should fall in the aging category. But the
number of data growth exponentially, approximately 65 times the
original data.
I am a newbie in business intelligence business. I have tried to search
the solution for this problem on many web sites and news group but I
can't find one. Therefore I need help for this one.
Please forgive my bad English and my bad explanation.