Skip to content

Commit

Permalink
docs: ungrouped query
Browse files Browse the repository at this point in the history
  • Loading branch information
paveltiunov authored Oct 11, 2019
1 parent cc6d0a2 commit 7ec7018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Cube.js-Frontend/Query-Format.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Query has the following properties:
- `renewQuery`: If `renewQuery` is set to `true`, query will always refresh cache and return the latest data from the database. The default value is `false`.
- `ungrouped`: If `ungrouped` is set to `true` no `GROUP BY` statement will be added to the query and raw results after filtering and joining will be returned.
By default `ungrouped` query requires to pass primary key as a dimension of every cube involved in query for security purpose.
To disable this behavior please see [allowUngroupedWithoutPrimaryKey](@cubejs-backend-server-core#allow-ungrouped-without-primary-key) server option.
To disable this behavior please see [allowUngroupedWithoutPrimaryKey](@cubejs-backend-server-core#options-reference-allow-ungrouped-without-primary-key) server option.

```js
{
Expand Down

0 comments on commit 7ec7018

Please sign in to comment.