How do I count changes in row values?
I have a large data set where I have blocks of repeating values like this:AABACCCI would like to count the number of changes in row values or, in other words, a count of rows ignoring consecutive repeated rows. In this example, the count would be 4 (The third 'A' is a change from 'B', so it counts). Is there a way to have JMP count rows ignoring repeated and consecutive duplicates?I'm using JMP ...