I need to create a field called “rank”, that ranks each part ID based on
total sales, by assigning a sequential number based on
total sales, where the higher the
total sales, then the lower the rank value. For example, the part ID with the most sales would have a rank value of “1” and the part ID with the next highest sales
…