I have two cross-tab as following for Quarter to Date and Month to date. The columns grow according to parameter input.This one is for Q2 of 2005 to Q4 of 2006.
Q205 Q305 Q405 Q106 Q206 Q306 Q406
North 226,624 185,821 271,763 489,886 404,895 293,116 282,458
Total 226,624 185,821 271,763 489,886 404,895 293,116 282,458
Now I have to create a cross tab with % growth using the above cross tab like this:
%growth
QTD
North Q206/Q205
Q306/Q305
Q406/Q405
How can I do this? Do I have to do Manual Cross tab only or I can use Cross tab Itself. If I can use cross tab, please let me know how to grab the values into the variables.
Thanks,
Ak
Q205 Q305 Q405 Q106 Q206 Q306 Q406
North 226,624 185,821 271,763 489,886 404,895 293,116 282,458
Total 226,624 185,821 271,763 489,886 404,895 293,116 282,458
Now I have to create a cross tab with % growth using the above cross tab like this:
%growth
QTD
North Q206/Q205
Q306/Q305
Q406/Q405
How can I do this? Do I have to do Manual Cross tab only or I can use Cross tab Itself. If I can use cross tab, please let me know how to grab the values into the variables.
Thanks,
Ak