To create a saved search to pull the last user note entered on an opportunity record, follow the steps below:
1. Navigate to Reports > Saved Searches > All Saved Searches > New > Opportunity.
Criteria tab:
• You may add your preferred criteria to filter the results of the saved search.
- Number | Summary type = Group
- User notes fields... Date | Summary type = Maximum
- User notes fields... Memo | Summary type = Maximum
- Formula (Text) | Summary type = Maximum | Formula:
max(to_char(substr({usernotes.note},1,3900))) keep(dense_rank last order by{usernotes.notedate})
3. Click Save.
No comments:
Post a Comment