Rowwise conditonal calculation
I have a table of data with three columns of process data and one column with quality data. I would like to calculate a value (in new columns -each for one of the process parameters) if the process value between two rows are changing. So first of all I need JMP to look at each row and then determine whether each of the process variables are changed (if function??).If changes have occurred then cal...