| Parameter | Description |
|---|---|
| base_view | References the view that is used in the FROM of the generated SQL. |
| bind_all_filters | Passes all chosen filters from the outer query into the query view definition. |
| bind | Passes filter values from other fields into the subquery defined in a query view. |
| calculations | Lists the calculations defined in the query. |
| default_group_by | Enables or disables a GROUP BY in the query. |
| dimensions | Lists all fields selected in the query, making them into dimensions to allow for aggregation in another query. |
| fields | Lists the fields in the query. |
| fill_fields | Ensures that the query returns continuous values for specific dimensions, even when no underlying rows exist. |
| filters | Defines the filters applied in the query. |
| join_via_map | Maps joins when the query view is based on SQL and the joins are non-default joins. |
| limit | Defines the row limit of the query if a limit is set on the query in the workbook. |
| measures | Describes how to aggregate data in the query. |
| query | Defines the underlying query for the query view. |
| schema | References the querys underlying schema name from the associated database connection.” |
| sorts | Defines the field(s) that the query is sorted by. |
| sql | Defines the SQL query used by the query view. |
| topic | Specifies the topic used by the query. |