I would like to sort my data based on two levels:
1st) Zone Name
2nd) Vehicle Weight (Light, Medium, Heavy)
Using 'sort' I was able to sort the list based on Zone name but I want to sort the 'vehicle weight' specifically in the order of 'Light, Medium, Heavy'. How do I do that?