Skip to main content
Hello,

 

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
  1. 12 ago 2020, 04:06
    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
0/9000