I have an Excel file full of "Award Recipients", so like:
Name | Date | Category
John May-1 Fishing
Mary May-2 Swimming
Sue Jun-6 Fishing
I am using this excel table as input into an SQL visualization program called "QlikView". The above is a very simplified example, the columns have different names.
I now want to make a virtual table of cumulative data
Category | Date | Total Awards Given
Fishing May-1 1
Fishing Jun-6 2
Swimming May-2 1
I would be happy to be referred to an already asked question, but I am unfamiliar with most of the language on the "Similar Questions" sidebar.
Thanks SO!