We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Aggregation
Metabase supports naming aggregations, with the compiled MBQL looking as follows:
[["aggregation-options", ["share", [">", ["field", 9, null], 5]],{name: "My Aggregation", display-name: "My Aggregation"}]]
We should support this in Aggregation subclasses.