Hello
I have a dataset
ID----TransactionDate------OrdType-----Quantity-------Value
1-----01/01/2007--------------A--------------100--------------1000
1-----02/01/2007--------------A--------------200--------------2000
1-----01/02/2007--------------A--------------300--------------3000
1-----01/02/2007--------------A--------------400--------------4000
1-----01/03/2007--------------A--------------500--------------5000
1-----01/03/2007--------------A--------------600--------------6000
1-----01/01/2007--------------B--------------100--------------1001
1-----02/01/2007--------------B--------------200--------------2001
1-----01/02/2007--------------B--------------300--------------3001
1-----01/02/2007--------------B--------------400--------------4001
1-----01/03/2007--------------B--------------500--------------5001
1-----01/03/2007--------------B--------------600--------------6001
I want to show an output from EG using transpose as shown below
OrderType-------------------January--------------------February---------------Total
----------------------------Quantity------Value-------Quantity------Value-----
Pls help. Ignore the lines it was used just to show output
Query is same as posted in
http://support.sas.com/forums/thread.jspa?messageID=7113ᯉ
Can we do it using the Transpose task of EG. It is possible using one cloumn like quantity but not possible if there are multiple columns.