Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

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

Getting the last date value

TormentMaker
8 - Asteroid

Hey guys, so i got a problem with my project in alteryx, actualy i wanted to do some formulas and stuff with data using datetime(datetimeadd -1) thing, but i noticed that isn't everyday that my database will update so, i need to get the last day present in the database, something like:

26/05/2021Wood Chair
18/05/20213 seats couch
26/05/2021Couple bed
26/05/2021Oven
25/05/2021Glass table
  

What i need is a way to get only the last day present in the table, like if i was doing it with this actual data, it would be 26/05

Someone could help me?

2 REPLIES 2
atcodedog05
22 - Nova
22 - Nova

Hi @TormentMaker 

 

Here is how you can do it.

atcodedog05_0-1622549260471.png

 

1. use summarize max on date to get last date.

2. Join date on last date to get data only of last date

 

Hope this helps 🙂

TormentMaker
8 - Asteroid

Yep that helped, thanks buddy

Labels