You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(dashboards-eap): Sort by arbitrary aggregate should render chart (#87186)
Navigating to explore with a widget that has an arbitrary aggregate
(i.e. not included in the fields or the aggregates) should add another
visualize chart so we have access to the arbitrary aggregate for sorting
I was trying to add this to where we process `eventViewFromWidget` but
because it assumes an aggregate alias, it was more complex than
necessary to properly expose it as a sort when we can just pick it off
the widget query like this. We can't convert back from an aggregate
alias to its original form anyways, so I'd have to pick the orderby off
of the widget to get the right value for explore.
0 commit comments