In my analysis efforts, I very often drill down to particular session IDs to analyse the flow of events for affected users etc.
For this I use the SQL scratchpad with
SELECT distinct session FROM CurrentView ORDER BY Timestamp DESC
Then I switch to text results and copy each result entry.
Then I create a text filter on the session column with these values via regex.
While this is already quite cumbersome and I'd really like to get something like this out of the box, I think one minor improvement would already be, so save the SQL statements.
Thanks for considering this.
Best regards,
Daniel