calvinsmith
Programmer
Is there a way to summarize all distinct values for a given column in my data? What I need to do is create a field that will give the total number of 'A's in a column. The column will be made up of 'A's, 'B's, and 'C's. Eventually I will need to add more extensive criteria for the selection of the 'A's but for now I am stuck on the summarization. Any help with this would be appreciated. Thanks!