Discussions
How to sort the results based on Note Date in Summary SS without adding this field in result?
Hello Team,
I am currently using the following formula to concatenate all user notes and display them in a single line in saved search with summary type as Maximum Replace(ns_concat(CONCAT({usernotes.notedate},CONCAT(' ',{usernotes.note}))), ',' , '<br>')
However, I have noticed that the CONCAT results are not sorted by user Note date. Is there a method available to sort the concatenated results by user note date without including the field in the search results?