I have a month variable which includes the names of the months in a year from January to December. When I use the List function with the option by(month) to see the values of my variables, although the command works and I see all the values, they are not in the order from January to December. I even sorted the data by month before I list them, but the result is the same. How can I have the variables listed by the order of the months in a year, i.e., from January to December? Thank you.
-
Login or Register
- Log in with
Comment