Hello,
I am trying to collapse data that looks like this...
id activitydt status
1 jan a
2 jan b
1 feb a
2 feb c
I want to collapse this data so that I can summarize status by activity date by counting the id's under each status at each activitydt.
I tried the collapse command but id is a nonnumeric string that I cannot destring and it is too long to encode.
Any ideas?
I am trying to collapse data that looks like this...
id activitydt status
1 jan a
2 jan b
1 feb a
2 feb c
I want to collapse this data so that I can summarize status by activity date by counting the id's under each status at each activitydt.
I tried the collapse command but id is a nonnumeric string that I cannot destring and it is too long to encode.
Any ideas?
Comment