If I have 1 column displaying current product of 200 accounts. How can I see product counts? So if they're 4 products used by these 200 accounts. How can I get a count of each. So for example:
Prod1 = 60
Prod2 = 40
Prod3 = 75
Prod4 = 25
And then have this displayed at the bottom of the column?
I'd like to avoid hardcoding the product names, because I have other columns where I'd like to do the same thing, but I have 5-10 different entries.