Alteryx Designer Desktop Discussions

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

How can find the minimum and maximum of date when the status is repeated

utkarsh26
5 - Atom

Please find below the data that I have with me:

 

NameStatusRuntime
AAAIn progress1/1/2012
AAAIn progress2/1/2012
AAAOn hold3/1/2012
AAAIn progress4/1/2012
AAAIn progress5/1/2012
AAAOn hold6/1/2012
AAAOn hold7/1/2012

 

 

Desired Output:

 

NameStatusStart DateEnd Date
AAAIn progress1/1/20122/1/2012
AAAIn progress4/1/20125/1/2012
AAAOn hold3/1/20123/1/2012
AAAOn hold6/1/20127/1/2012
2 REPLIES 2
gawa
15 - Aurora
15 - Aurora

hi @utkarsh26 

 

Convert field type of Runtime to 'Date' type, then you can have minimum(start) and maximum(end) date by Summarize tool.

Please refer to the attached WF.

image.png

binuacs
20 - Arcturus

@utkarsh26 one way of doing this

image.png

Labels