Hi ,
My question is that i have two files. One is my old file and second was new file. In my new file The header are as this format:-
4 WEEKS ENDING 07/31/10 | 4 WEEKS ENDING 08/28/10 | 5 WEEKS ENDING 10/02/10 |
And my Old file has header name are as:-
1m End Jul-10 | 1m End Aug-10 | 1m End Sep-10 |
now i transpose both the file and then join both the file using join tool using a mapping file. This is the mapping file :-
1m End Jul-10 | 4 WEEKS ENDING 07/31/10 |
1m End Aug-10 | 4 WEEKS ENDING 08/28/10 |
1m End Sep-10 | 5 WEEKS ENDING 10/02/10 |
But when i try to Cross tab the new header the header's of all fields get mixed like this:-
1m_End_Apr_11 | 1m_End_Apr_12 | 1m_End_Apr_13 |
How i can get that it in increase order of month not by Apr_11, Apr_12 and Apr_13.
I want the Output in this Format
1m_End_Apr_11 | 1m_End_Apr_12 | 1m_End_Apr_13 |
Thanks in Advance.