- Navigate to Lists > Search > Saved Searches > New
- Click Opportunity.
- Criteria tab > Standard subtab, Lists > add the following filters:
Opportunity Status = is Closed WonDate Created = is within this year
- Under Results tab > Columns subtab, add the following fields:
Customer = Group (Summary Type; Customer (Custom Label)
Number
Formula (Numeric) = Sum
Formula: DECODE (to_char({datecreated},'MM'),'01',1)
Custom Label = January
Note: Add another formula field for another month using the same formula. For instance you would like to get the month of April, then formula shows like this:
Formula (Numeric): DECODE (to_char({datecreated},'MM'),'04',1)
No comments:
Post a Comment