This parameter will explicitly pass only the enumerated field to the query view. If you want to pass any filters used in the UI into the query view, useDocumentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
bind_all_filters.
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
Bind order_items.created_at to users.created_at
In this example,
bind is used to push a filter down onto a view that is being re-aggregated over. This enables putting filters on the reaggregate via the filter field while mapping to the underlying query rather than the query view.
Push filter down onto re-aggregated view