Running time intervals based off of an identifier
Howdy! I'm trying to work in a view of a dataset that records actions taken on a work ticket. I'd like to add a column that shows the difference in time between two rows of data, depending on if they share the same ticket ID or not. I'm using the timestamp format for the datetime of the action and when I copy and paste it,…