Hello,
I have a Dynamic Date Formula that works as a Filter, but can't get it to work on input data. I'm trying to limit the records that get pulled in from source data for performance.
Ideally, i'd like to just the records for the Max Date. using Filter Tool, I have been able to get the below to work. Can I use a Max date function in input, or could this formula be used in Input?
[AsOfDate1] = ToDate(DateTimeAdd(DateTimeToday(), -1, "days"))
Thanks