Hi all,
I have a database with all the transactions of a set of customers. One important parameter for us is to understand each client's interval between two consecutive visits. In out database, each row is one visit as in the example below:
Client | Visit |
1 | 5-Jan |
1 | 10-Jan |
1 | 20-Jan |
2 | 10-Jan |
2 | 30-Jan |
- For client 1, the interval between his 1st and 2nd visits were 5 days and between his 2nd and 3rd visits 10 days.
- For client 2, with only two visits, the interval was 20 days
Given that the number of visits can go up to hundreds, does anybody know how could I have another column calculating the number of days since the last visit?
Thank you in advance!
Best,
Vinicius
Solved! Go to Solution.
take a look at the attached workflow which may give you an idea how you can proceed
hope this is what your are looking for
@JoeM and @s_pichaipillai,
Thank you very much for your answers!
Coincidentally, my Alteryx stopped working today, but as soon as it comes back, I'm going to test your solutions and give you a feedback!
Best,
How did you get the first date for Client 2 to not be the Interval from Client 1's last date? I can't see it in the workflow but the screen shot shows it has been done.
I got it. It's group by function.
Hi,
I found this when I was searching how to do something similar. I want to see the time difference between guest stays in a hotel. I almost have it, but because of the way my data is structured, the first stay is not calculating as a 0. I am trying to determine the # of days between the departure of the previous stay and the arrival of the next stay.
I have attached my workflow. This is what my output currently looks like. The 2nd stays are calculating properly, but the 1st stays appear to be using the difference between the arrival date and departure date from the same line. I can't figure out how to make it calculate 0 for the order of stay with a value of 1.
Thank you for your help!
Sarah
Apologies, I think I replied to the wrong user so I am replying to this so that you hopefully see my question....
Sarah
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |