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.
| Parameter | Description |
|---|---|
| ai_context | Free text that can provide context about a query view to the Omni Agent. |
| 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. |
| description | Free text that describes the query view. |
| dimensions | Lists all fields selected in the query, making them into dimensions to allow for aggregation in another query. |
| display_order | Overrides the sort order for views in the field browser. |
| 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. |
| hidden | Removes a query view from the workbook UI while keeping it referenceable in the model. |
| ignored | Soft-deletes a query view in the model. |
| join_via_map | Maps joins when the query view is based on SQL and the joins are non-default joins. |
| label | Overrides the name of the query view in the UI. |
| 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. |
| tags | Curates view and field groups for organizing and grouping views in the UI. |
| topic | Specifies the topic used by the query. |