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
Chatted with Alex Pax about this on Slack. We both think there needs to be more affordance for switching between Filters and Groups so I'm going to make the Filter / Group a dropdown and allow selecting it.
Chatted with @mavarius about the design and UX of this. For the first initial pass (what I'm calling Group By 0.5) we're going to add a dropdown to select between filter and group. Adding a new BuilderCard will select filter by default, initially.
After the initial 0.5 functionality lands, we'll evaluate the best way to change the function with fewer clicks. Some initial thoughts are to have a list of functions to add in place of the single + icon, or a dropdown above Aggregate Functions with a list of functions to add.
Related: #15563
It is currently only possible to generate queries of the form
Since flux does a default
group by *
, it is not possible to apply a different grouping of data before aggregating.More of less the query we'll want to be able to express is
The text was updated successfully, but these errors were encountered: