> ## Documentation Index
> Fetch the complete documentation index at: https://docs.omni.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Query view parameters

> Reference for all query view YAML parameters in Omni, including base_view, filters, sorts, fields, and query configuration.

| Parameter                                                               | Description                                                                                                    |
| ----------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [ai\_context](/modeling/query-views/parameters/ai-context)              | Free text that can provide context about a query view to the Omni Agent.                                       |
| [base\_view](/modeling/query-views/parameters/base-view)                | References the view that is used in the FROM of the generated SQL.                                             |
| [bind\_all\_filters](/modeling/query-views/parameters/bind-all-filters) | Passes all chosen filters from the outer query into the query view definition.                                 |
| [bind](/modeling/query-views/parameters/bind)                           | Passes filter values from other fields into the subquery defined in a query view.                              |
| [calculations](/modeling/query-views/parameters/calculations)           | Lists the calculations defined in the query.                                                                   |
| [default\_group\_by](/modeling/query-views/parameters/default-group-by) | Enables or disables a GROUP BY in the query.                                                                   |
| [description](/modeling/query-views/parameters/description)             | Free text that describes the query view.                                                                       |
| [dimensions](/modeling/query-views/parameters/dimensions)               | Lists all fields selected in the query, making them into dimensions to allow for aggregation in another query. |
| [display\_order](/modeling/query-views/parameters/display-order)        | Overrides the sort order for views in the field browser.                                                       |
| [fields](/modeling/query-views/parameters/fields)                       | Lists the fields in the query.                                                                                 |
| [fill\_fields](/modeling/query-views/parameters/fill-fields)            | Ensures that the query returns continuous values for specific dimensions, even when no underlying rows exist.  |
| [filters](/modeling/query-views/parameters/filters)                     | Defines the filters applied in the query.                                                                      |
| [hidden](/modeling/query-views/parameters/hidden)                       | Removes a query view from the workbook UI while keeping it referenceable in the model.                         |
| [ignored](/modeling/query-views/parameters/ignored)                     | Soft-deletes a query view in the model.                                                                        |
| [join\_via\_map](/modeling/query-views/parameters/join-via-map)         | Maps joins when the query view is based on SQL and the joins are non-default joins.                            |
| [label](/modeling/query-views/parameters/label)                         | Overrides the name of the query view in the UI.                                                                |
| [limit](/modeling/query-views/parameters/limit)                         | Defines the row limit of the query if a limit is set on the query in the workbook.                             |
| [measures](/modeling/query-views/parameters/measures)                   | Describes how to aggregate data in the query.                                                                  |
| [query](/modeling/query-views/parameters/query)                         | Defines the underlying query for the query view.                                                               |
| [schema](/modeling/query-views/parameters/schema)                       | References the querys underlying schema name from the associated database connection."                         |
| [sorts](/modeling/query-views/parameters/sorts)                         | Defines the field(s) that the query is sorted by.                                                              |
| [sql](/modeling/query-views/parameters/sql)                             | Defines the SQL query used by the query view.                                                                  |
| [tags](/modeling/query-views/parameters/tags)                           | Curates view and field groups for organizing and grouping views in the UI.                                     |
| [topic](/modeling/query-views/parameters/topic)                         | Specifies the topic used by the query.                                                                         |
