Alteryx Designer Desktop Discussions

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

Transpose with Date Ranges in Columns

amevy
6 - Meteoroid

I am trying to transpose a file based on date ranges in columns such that there is unique record for each date.  Files are as below.  Here is where i am at

 

1. Convert dates to Alteryx format

2. Determine the difference in the dates 

3. How do i create additional records for each date?

 

Any help appreciated

 

Input   
invoiceProductStart DateEnd Date
1AJan/1/2019Jan/4/2019
1BFeb/1/2018Feb/3/2018
2AJun/15/2017Jun/20/2017
    
    
    
    
Output Date 
1AJan/1/2019 
1AJan/2/2019 
1AJan/3/2019 
1AJan/4/2019 
1BFeb/1/2018 
1BFeb/2/2018 
1BFeb/3/2018 
2AJun/15/2017 
2AJun/16/2017 
2AJun/17/2017 
2AJun/18/2017 
2AJun/19/2017 
3 REPLIES 3
Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @amevy ,

 

I attached a workflow doing what you want using the Generate Rows tool.

 

Don't hesitate if you have questions or need more details.

 

Kind regards,

 

Jean-Baptiste

Jean-Balteryx
16 - Nebula
16 - Nebula

Hi @amevy ,

 

Did it solve your problem ?

 

Cheers,

 

Jean-Baptiste

amevy
6 - Meteoroid

I guess better late than never , yes it did the job perfectly thank you for the help!

Labels