if I understand it right, you want to see name of user who is taking the most of time to perform particular task. Correct?
I would do it via custom metrics, so that it will be displayed for each event on your process map. The formula would be:
"MAXVAL (EventsPerAttribute, Duration(), user)"
The second option is to find out by using event level filter, but it would be only for 1 event.
Since you are trying to understand this behavior, I recommend to check also the aggregated values by using Variant DNA. Sorting according to Performance (not Event Count) and selecting particular Statistic and Context type.
Can you please elaborate and explain more about your question?
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.