Does anyone know how to add a filter to a List View Report that limits a date field dynamically? For example, I want to deliver a csv report of financial transaction details to a group of people on an automated schedule. However, I only want to send them transactions that posted in the previous month. I have the field Posting Date to play with, so I'm looking for something like Posting Date >= today minus 1 month. Thank you.