susheeltips
Programmer
I am creating a simple grouped list report and it is perfectly running. Now, i would like to swap the rows and columns, can anyone suggest any idea.
For ex: If the following is the list report
Column1 Column2 Column3
----------------------------
1 ssjksf 132
asfafs 123
2 asfsdf 234
asfsdf 234
I want it like this
Col1 Col2 Col3 Col1 Col2 Col3
----------------------------------- and so on.
1 ssjksf 132 2 asfsdf 234
asfafs 123 asfsdf 234
Any suggestions:
Thanks in advance.
For ex: If the following is the list report
Column1 Column2 Column3
----------------------------
1 ssjksf 132
asfafs 123
2 asfsdf 234
asfsdf 234
I want it like this
Col1 Col2 Col3 Col1 Col2 Col3
----------------------------------- and so on.
1 ssjksf 132 2 asfsdf 234
asfafs 123 asfsdf 234
Any suggestions:
Thanks in advance.