Hello!
I have a request to automate a repot for a colleague. The issue I am having is that the data in this report is usually about 48 hours old.
Is there any way that I can tell Alteryx to just return the most recent day's worth of data? I have everything filtered down, but it's returning all the days within the table.
Thanks!
Solved! Go to Solution.
Sure! In the Filter tool, compare a date from your DataSet to "DateTimeToday()" or "DateTimeNow()" which can be found under the DateTime functions.
I'm sorry, I'm a bit new, can you explain what you mean by 'Compare'?
Thanks, John! For some reason this didn't play nice with my data. I appreciate you taking the time!
Thank you, Joe!
@JoeM's solution finds things within a day of the most recent day in the file; mine found things within a day of when you're running the workflow. Two different interpretations of the question; glad Joe's worked for you!