Yes that worked, but I actually had to change the sort twice to get it to display correctly. I havde to fist change the hierarchy from primary sort month_num, and then employee ID; secobdary sort on sum_total_sales to employeeID, month_num, secondary sort on sum_total_sales. This changed the layout of the displayed info, but the sum_total_sales sort was correct. When I changed the primary sort back to the original configuration employeeID, month_num, secondary sort on sum_total_sales descending, it displayed correctly.