I would like to count the number of Class Changing of my Customer and show the results in a matrix like this.
Current Class
A
B
C
Previous Class
A
1
1
0
B
0
1
0
C
1
0
0
I could calculate the previous Class in the Load Script, using previous function, but I would like to be able to do it in the presentation, may be using additional dimension (e.g Class_Prev, Class_Cur).