I need a report that will display 3 columns of monthly summary data and then a total column for that quarter. I need this to repeat for an entire year. Here is what the final result should resemble:
The fields I will bring into the crystal report are:
Unit
Code
Month
Quarter
Sum (which is the summary value - let's pretend it's number of apples picked)
I can probably find a way to get SQL to spit this result out or something similar, but I had hoped Crystal would be able to slice and dice this dataset into the end result above. Would make my life easier! Thanks.