Alteryx Designer Desktop Discussions

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

Output latest date only into Excel

jenner85
8 - Asteroid

Hi - I would like to output only the latest date (data is updated every day with previous date and is cumulative). How would I do this?

 

Input:

 

DateTPCCPCBAL
9/1/2020ALLALL1191157
9/2/2020MCAAA0
9/2/2020MCALA0
9/3/2020MCBRW40500
9/4/2020MCBST0
9/4/2020MCBUS0
9/6/2020MCCAQ0
9/8/2020MCCCR0
9/8/2020MCHDV0
9/8/2020MCIT20

 

Output:

DateTPCCPCBAL
9/8/2020MCCCR0
9/8/2020MCHDV0
9/8/2020MCIT20

 

Thanks!

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @jenner85 ,

 

Here is a workflow for the task.

 

Input : Table given by you

 

Output : 

atcodedog05_1-1601577688404.png

Workflow

atcodedog05_0-1601577655259.png

 

Hope this helps : )

 

If this post helps you please mark it as solution. And give a like if you dont mind : )

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @jenner85 

 

Cheers and Happy Analyzing 😀

Labels