I have a data source that is very large so I try to build a query using the query builder to filter down to just bring in records I want to work with.
I have a report that I'm about to schedule to run weekly but I need to filter on an effective date field for the prior week. It will run on a Monday and I want the prior week's data.
How using query builder can I do that so it always pulls the prior weeks records?
Thanks,
Carol