Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How can I list a date range based on two columne of start and end date?

LeiCheng
8 - Asteroid

I want to show  the date duration from start and end date. I made a excel file, the raw date sheet is what I have, and the duration date sheet has a one more column which contains the duration. I can do this using M wording, but how to make it by Alteryx? Can someone solve this?

 

Regards,

Lei

4 REPLIES 4
SamDesk
11 - Bolide

Hi @LeiCheng,

 

This is a really simple task in Alteyrx, making use of the Generate Rows tool.

 

Capture.PNG

 

We can use this tool to loop create additional rows of data, starting with the join date and ending with the resign date.

 

Sam 🙂

JosephSerpis
17 - Castor
17 - Castor

Hi @LeiCheng if you use Generate Row you can create the range using the setup I mocked upDate_Range_130919.PNG

LeiCheng
8 - Asteroid
@JS420, thank you so much!
LeiCheng
8 - Asteroid
@SamDesk,, Many thank!
Labels