Hi all,
I am stuck with a requirement.basically i have one variable which consist of Month values. Now whatever value for this variable comes ,in table that many rows for month column should appear.
Eg . if
Var_month = 9
Month | Plan Monthly | Run rate / | Actual spend |
1 | 3500 | 3500 | 5000 |
2 | 3500 | 7000 | 12000 |
3 | 3500 | 10500 | 20000 |
4 | 3500 | 14000 | 25000 |
5 | 3500 | 17500 | 33000 |
6 | 3500 | 21000 | 40000 |
7 | 3500 | 24500 | 45000 |
8 | 3500 | 28000 | 50000 |
9 | 3500 | 31500 | 52000 |
Any suggestions folks ?
Thanks,
AA