I have a dataset that spans multiple years. I want to create a crosstab query that sums the data by Month/Year. When I run the query, the results are based on the actual date resulting in a crosstab query that has thousands of columns. Here is the desired output:
12/05 1/06 2/06
Company X $252 $500 $100
Thanks!
12/05 1/06 2/06
Company X $252 $500 $100
Thanks!