Hi all, I have an excel file I am trying to filter the data to show only the rows that have a start date from 10 days back through today. Currently this is my formula:
[Start Date] >= ToDate(DateTimeAdd(DateTimeToday(), -1 * 10, "days")
The issue I am seeing is that its not actually showing today's date. Can anyone help me to understand what I did wrong and how I can fix it going forward?
I am pretty inexperienced in Alteryx, and learning as I go - so all the help I can get is appreciated!