JohnnyPicnic
New Member
- Joined
- Feb 8, 2021
- Messages
- 17
- Office Version
- 2019
- Platform
- Windows
I have a list of date/times and I want to filter/keep data that is before yesterday. In other words I don't want today or yesterday.
I found this Date.AddDays(Date.From(DateTime.FixedLocalNow()),-1) but not sure how to use it in the query.
I found this Date.AddDays(Date.From(DateTime.FixedLocalNow()),-1) but not sure how to use it in the query.