Skip to Content
0
Mar 24, 2009 at 08:23 AM

Transpose rows and columns

305 Views

Hello I have an internal table:

1 2 3 4

5 6 7 8

9 10 11 12

13 14 15 16

After execution the data should be transposed to display as

1 5 9 13

2 6 10 14

3 7 11 15

4 8 12 16.

Is there any way I can code this or create a dynamic table?

Please help me in this.

Thanks