Hello! Looking for help on a Saved Opportunity Search. I'm trying to have the most recent text from a "user note" appear as the final column on my search.
If I use the following formula...
min({usernotes.note}) keep (dense_rank last order by {usernotes.notedate})
and use Summary Type Maximum... things work... but then my end users have to click through the summary page. Trying to avoid the extra click / keep things on one page so users can use inline editing easily.