Skip to main content
This parameter is automatically set to false if there are no measures in the query view.

Syntax

query:
  default_group_by: <true_or_false>

Properties

query
object[]
An object containing the individual parameters that make up a query view’s query definition.

Examples

Group duplicate rows for users with the same name
query:
  fields:
    users.name: user_name
  default_group_by: true