Applies a filter to all rows in a query using SQL. This parameter is functionally identical toDocumentation Index
Fetch the complete documentation index at: https://docs.omni.co/llms.txt
Use this file to discover all available pages before exploring further.
always_where_filters, but uses SQL instead of filter syntax.
When defined, a filter will be inserted into the WHERE clause of the generated SQL block of all queries in the topic. Users with the Querier role can’t change this filter and it will be visible only in the underlying SQL of any queries. This filter is additive to any filters specified in the workbook. For optional filter conditions, use default_filters.
This parameter is useful for removing invalid data from the topic, such as deleted records or internal testing.
Conditions should be written using ${} syntax to reference fields defined in Omni.
Syntax
Properties
A SQL condition that is applied to all queries in the topic. Use
${} syntax to reference fields defined in Omni (e.g., ${view_name.field_name}).