Think what I want to do is pretty simple but I can't get to the end.
I need to take a attribute "COMPANY" and figure out the top ten companies and assign 1-10 to each according to the number that is summed up on said company. I need a new column that will designate 1, 2, 3 etc for whatever companies end up being the top ten. Everything after 10 would be nice if I could just make that 11. StatisticsCalculator can get me the top ten but I can't figure out where to go from there. Also doesn't seem (as far as I can currently tell) that I can keep the attribute table after it goes through the calculator. Any help is greatly appreciated. Let me know if you need more information.