I am very new to Alteryx and need to calculate time spent on each transaction. I have my data sorted by UserID and then by Time descending. I want to subtract the transaction time of the current task from the time of the previous task to get the task time as long as the UserID is the same. This would go into a new column titled "Task Time." Thank you for the help.