Goal: Sort the new ship date in descending order.
Issue: 'new ship dates' are being sorted based on original ship date. Due to which if I have more than 1 original ship date then all the corresponding new dates are getting sorted for that original ship date set only.
Query: How I can make sure that new ship date is sorted independently?