To create a Saved Search which would count the number of Activities per Type by column, follow the steps below:
1. Create a new Saved Activity Search, navigate to List > Search > Saved Searches > New > Activity.
2. Navigate to the Results Tab.
3. Add the following column fields:
• Assigned To | Group
• Formula (Numeric) | Sum | Formula: DECODE({type},'Task', 1, 0)
• Formula (Numeric) | Sum | Formula: DECODE({type},'Event', 1, 0)
• Formula (Numeric) | Sum | Formula: DECODE({type},'Phone Call', 1, 0)
4. Click Save&Run.
No comments:
Post a Comment