I am using Crystal Reports 2013 to generate reports from our primary point of sale database. I am working on a report to show the average number of transactions each of our customers make in a given year, giving me a transaction frequency.
I can edit the Crosstab so that it displays totals for each year, but what I really need is for the total to ALWAYS include the prior 365 days. In other words, if I chose to display the crosstab data by month, the value for each month shown would actually be the sum of all values in the prior twelve months. This would be the case for each month.
What is the best way to go about this?
Thanks