I have about 5000 organizations listed alphabetically. Some organizations are listed more than once-depending on the number of times that have used our company. I need to sort by the top 200 sales average, but within the top 200 if the company is listed more than once I need to show their additional rows of data underneath their top earning sales average, so we can see their other sales averages as well as their top #. Is this possible? Thanks!!!
I need it to look like
<tbody>
</tbody>
I need it to look like
Company Name | Sales Average |
Lily's | $500 |
Lily's | $200 |
Lily's | $100 |
Ernie's | $400 |
Ernie's | $100 |
Cal's | $50 |
Cal's | $50 |
<tbody>
</tbody>