In SQL, this parameter allows the filters set in the outer query to be passed into the inner query.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.
Limitations
Only supported for query views based on modeled workbook queries. If defining a SQL-based query view using thesql parameter, use a parameterized WHERE clause to achieve the same results.
Syntax
Properties
An object containing the individual parameters that make up a query view’s query definition.
Examples
When this query view is used, Omni will attempt to push all filters from the outer query into the query view’s SQL. Any filters whose fields can be joined to the query view’sbase_view will be applied inside the query view. Filters that cannot be joined are not pushed down and remain applied in the outer query instead.