I have a set of unique Call ID along with account number and date time when the call happened. What I am trying to do is the following
1. Populate Column D (Call Back within 24 hrs) - if the same account number has a call in the next row that is within 24hrs of the previous call, populate 1 else 0
2.Calculate the total calls backs that happened for each call. For example in row 7 in the file attached, the call ID had 31 call backs after that particular call. (Arrived 31 by summing up all the 1's)
For example in row 37 (Call ID 38) there is no call within 24hrs and hence it is 0 but in row 38 (Call ID 39) there is a call within 24hrs and hence 1 and Column E is calculated as per the above logic.
How can I populate column D and E in the file attached using Alteryx. Please help.
Thank you,
Aravind