|
Sorry that I didn't explain the problem very well the first time. Here it
is again. Thank you for your help!!!
I got a report generated by proc tabulate and it looks like:
All Customers
customer1 customer2 customer3
total_order 58 24 18 16
How can I get something like this?
All Customers
customer1
total_order 58 24
Basically, I still need the 'all' key word in the table statement, but I
only need to show one of the customers instead of all three.
Thanks.
Jeri
|