How to do custom ordering for Crosstab columns? [message #251919] |
Thu, 09 August 2007 18:27 |
Eclipse User |
|
|
|
Originally posted by: clf.clf.com
Hello,
It seems that the default ordering of columns in the crosstab is alphabetic.
I need to have columns in a specific, non-alphabetic order. Could someone
tell me how to do this?
Thanks
------------------------------ Example ---------------------------
Default output.....
-----------------------------------------------------
| Buses | Cars | Trucks |
-----------------------------------------------------
| Afternoon | 15 | 3 | 2 |
| Evening | 10 | 6 | 4 |
| Morning | 10 | 5 | 1 |
Desired output.....
-----------------------------------------------------
| Trucks | Buses | Cars |
-----------------------------------------------------
| Afternoon | 2 | 15 | 3 |
| Evening | 4 | 10 | 6 |
| Morning | 1 | 10 | 5 |
|
|
|
Powered by
FUDForum. Page generated in 0.02724 seconds