I have a table that has the following fields; RecordID, LineOfBusiness, Year, PercentChange, ect.
I'm trying to add a field to group records 1 through 20. 1 = top 0 to 5% of PercentChange records for each Year+LineOfBusiness, 2 = top 5 to 10% of PercentChange records for each Year+LineOfBusiness,..., 20 = top 95 to 100% of PercentChange records for each Year+LineOfBusiness. I have tried to put together the workflow using a Multi-Field Binning tool but it's not working how I thought it would. What's the best way to handle this?