Is there any way to do this in Crystal? I am picturing a cross tab report.
* We have 4 columns for 4 years - current year and the last 3 years.
* Want to summarize the columns with total sales in those years.
* The rows will have a count of the customers that have purchased product in a specific sequence.
For example, want to see how many customers bought product in all 4 years. Want to see how many customers bought product in first 3 years but not this year. Want to see how many customers bought product in first 2 years, skipped a year and then bought again the last year. Etc. I came up with 15 combinations of these scenarios.
I can't figure out any way to appropriately group these so
* We have 4 columns for 4 years - current year and the last 3 years.
* Want to summarize the columns with total sales in those years.
* The rows will have a count of the customers that have purchased product in a specific sequence.
For example, want to see how many customers bought product in all 4 years. Want to see how many customers bought product in first 3 years but not this year. Want to see how many customers bought product in first 2 years, skipped a year and then bought again the last year. Etc. I came up with 15 combinations of these scenarios.
I can't figure out any way to appropriately group these so