Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

help with multi row formula tool to indicate activities between an event

jbuszin
8 - Asteroid

I have data below on the emails that have been sent to 3 people below. I have the dates that the emails were sent and opened. The "opened" column is a simple 0/1 indicator if the email was opened. I also have created a field that tells me the number of days between emails being sent, which I used with the multi row formula tool. I'm struggling to create my next variable, which is the far right column that I want to create. I want there to be an indicator of how many emails were sent between an email that was opened and the previous email that was opened.  So if an email wasn't opened, that row would be null. Here is some mock data...what say you?

 

IDSENT_DATEOpenedDays_between_sent_emailsColumn to be created
15/21/19171
16/11/191211
16/18/1907 
16/25/19172
17/2/19171
211/12/19171
211/19/19171
211/21/1902 
211/21/19102
211/25/19141
211/26/1901 
212/3/19172
212/10/1907 
212/17/1907 
212/24/19173
212/27/19131
212/31/19141
31/7/20171
31/14/20171
31/21/2007 
31/21/2000 
31/28/2007 
31/31/20134
32/4/20141
2 REPLIES 2
AbhilashR
15 - Aurora
15 - Aurora

Hi @jbuszin, the attached solution should help you compute the column you are looking to create. Screenshot of the final output:

AbhilashR_0-1588646711262.png

Let us know if this isn't what you are looking for.

 

jbuszin
8 - Asteroid

thank you!

Labels