H
hans L
I have an table that contains the following information:
ID START FINISH AMNT
A 01-APR-09 31-AUG-09 500
B 01-JUN-09 30-SEP-09 450
C 01-MAR-09 30-OCT-09 550
From this table I want to generate a cashflow curve with monthly increments.
To get there my existing table needs to be expanded to show 5 records for A,
4 records for B, and 8 records for C etc. From that table I could probably
apply a crosstab query. The question is how do I generate this expanded
table.
Any help is much appreciated.
ID START FINISH AMNT
A 01-APR-09 31-AUG-09 500
B 01-JUN-09 30-SEP-09 450
C 01-MAR-09 30-OCT-09 550
From this table I want to generate a cashflow curve with monthly increments.
To get there my existing table needs to be expanded to show 5 records for A,
4 records for B, and 8 records for C etc. From that table I could probably
apply a crosstab query. The question is how do I generate this expanded
table.
Any help is much appreciated.