Creating a column of time intervals
I have a column containing date & time data and I would like to create a new column that calculates the time interval between the current row and the previous row? For example, if I have Row 1: 01/01/2019 15:00:00Row 2: 01/01/2019 15:00:05Row 3: 01/01/2019 15:00:12 then I want to create a new column that returns the values (in seconds): -57 Is that possible from the formula builder in JMP? Many t...