CrystalVis
Technical User
I have a result table with the following data layout (no key field, this is it):
As_of_Date Email_Created Email_Sent No_Subscribers
9/11/2003 121 70 485
9/18/2003 180 87 1308
9/25/2003 249 148 2460
etc...
How can I format so that the data will look like this
9/11/2003 9/18/2003 9/25/2003...
Email_Created 121 180 249
Email_Sent 70 87 148
No_Subscribers 485 1308 2460
I want to create a crosstab layout but reverse the columns and rows as you see in the example. Your help/suggestion is greatly appreciated.
Thanks
As_of_Date Email_Created Email_Sent No_Subscribers
9/11/2003 121 70 485
9/18/2003 180 87 1308
9/25/2003 249 148 2460
etc...
How can I format so that the data will look like this
9/11/2003 9/18/2003 9/25/2003...
Email_Created 121 180 249
Email_Sent 70 87 148
No_Subscribers 485 1308 2460
I want to create a crosstab layout but reverse the columns and rows as you see in the example. Your help/suggestion is greatly appreciated.
Thanks