Thanks for the reply.
The query you posted gives me 0 results, though if I do
CASE(ERROR.) platformtype="CCX*"| stats count by name
I get a count of the events with each errorname.
Each unique session has a url. Each error event is part of a session, so that first query I posted above finds the urls for all the sessions that had errors, then does the count of events by url.
Each event that contains an error has an errorname ("name"). However, non-error events also have names.
What I'm trying to chart is this: for each url, how many events contained each errorname.
Thanks again.
... View more