G
Guest
I have a table containing wait times, and want to exclude the top and bottom
5% since I think they will contain the exceptions. There are a number of
possible groupings and I want to be able to select two of these at a time, eg
group by salesperson and urgency, or by urgency and fulfilling office to find
the middle 90% of records for each pairing. Al I can think of is to run a top
5% and a bottom 5%, then exclude these from theinitial dataset. Will this
work with the groupings? Is there a better way?
Thanks!
5% since I think they will contain the exceptions. There are a number of
possible groupings and I want to be able to select two of these at a time, eg
group by salesperson and urgency, or by urgency and fulfilling office to find
the middle 90% of records for each pairing. Al I can think of is to run a top
5% and a bottom 5%, then exclude these from theinitial dataset. Will this
work with the groupings? Is there a better way?
Thanks!