How can one change the format of a simple list table from:
A | B | C | D | E |
1 | 2 | 3 | 4 | 5 |
to:
A | 1 |
B | 2 |
C | 3 |
D | 4 |
E | 5 |
I can't believe SAS VA does not support this option.
In VA, the List Table object does not have a Rows data role. You can assign category values to rows by using the Crosstab object:
Is this the type of result you wanted?
Thanks,
Sam
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.