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