Hello Community,
I hope everyone is well.
I have a year's worth of data that I need to formulate a return of every seven days from an specific day in the past.
I am trying the formula below, but it is not working...there are no errors, but it is not separating as expected.
DATETIMEPARSE([captured_date], "%Y-%m-%d") >= DATETIMEADD(DATETIMENOW(), -7, "days")
Thank you,
Fausto