Exploring events

When submitting an event, I can specify its category, action and name. For example:

trackEvent header click logo // a user has clicked the main logo
trackEvent footer click blog // a user has clicked the blog link

That works fine, everything gets tracked without issues.

However, I can’t find a way to explore the collected events by all three parameters. It appears to be possible only by combinations of two (actions by category / names by action / actions by name). Basically, I’d like there to be a + to the left of click in this image:

So that I could see all names that were reported with click actions, all inside one category header. In other words, names by action by category.

Is this really not implemented? Or am I looking in the wrong place?

yes it would be a great feature. Please leave a comment with your thoughts on the related issue 3 (Three) Level Event Reports · Issue #7855 · matomo-org/piwik · GitHub