S
Sean
I have the following layout.
Market Sic ProdClass YTD
For each change in Market (I have + 200 in a database of
600,000+ rows of data monthly)I would like to be able to
return the top N values for ProdClass.
I have tried the sort descending and topN value but it
only returns the topN values and not a grouping by each
Market.
Any ideas?
Thanks.
Market Sic ProdClass YTD
For each change in Market (I have + 200 in a database of
600,000+ rows of data monthly)I would like to be able to
return the top N values for ProdClass.
I have tried the sort descending and topN value but it
only returns the topN values and not a grouping by each
Market.
Any ideas?
Thanks.