I have a report that currently reads in a column format and I want it to read in a row format.
Forgive the kindergarten explanation, but here is what I am looking to do:
Current format-
1 5
2 6
3 7
4 8
Desired format-
1 2 3 4
5 6 7 8
What is the best way to do this?
Let me know if any clarification is needed.
Thanks!
PJ
Forgive the kindergarten explanation, but here is what I am looking to do:
Current format-
1 5
2 6
3 7
4 8
Desired format-
1 2 3 4
5 6 7 8
What is the best way to do this?
Let me know if any clarification is needed.
Thanks!
PJ