Forum Discussion
Anonymous
6 years agoNot applicable
Overlap Analysis
Hi, I am working on an overlap analysis and need help on that. Actually I want to create a matrix in which I want to show the number of customers who were in segment "A" previous year and changed to ...
- 6 years ago
What have you tried? Try this: Take a matrix, add current year to rows, previous year to columns, and any other column (summarized as count) for the values.
lbendlin
6 years agoSuper User
What have you tried? Try this: Take a matrix, add current year to rows, previous year to columns, and any other column (summarized as count) for the values.
Anonymous
6 years agoNot applicable
Thank you so much. It Worked. 🙂