does anyone know how to pull the previous month date data for a report each time it is run?
I am using the SQL Editor in Alteryx
DateTimeFormat(CRG_STAT) >= DateTimeFormat(DateTimeAdd(DateTimeNow(), -1, "month"))
example I found BUT
This one has time inside of it -mine is NOT time just a date.
thanks