Is there a Relative Date value that can be used that will filter on the last day of the previous month instead of the first day of the previous month?
1 risposta
Hi Denise,
Using a relative date filter I don't think there is. However, you can create a formula field on the object and filter by that:
DateField__c = DATE(YEAR(TODAY()), MONTH(TODAY()), 1) - 1